#b2afec

Color #B2AFEC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B2AFEC

Tints of Perano #B2AFEC

Color information

#B2AFEC (or 0xB2AFEC) is unknown color: approx Perano. HEX triplet: B2, AF and EC. RGB value is (178,175,236). Sum of RGB (Red+Green+Blue) = 178+175+236=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFEC is #4D5013. Grayscale: #B6B6B6. Windows color (decimal): -5066772 or 15511474. OLE color: 15511474.

HSL color Cylindrical-coordinate representation of color #B2AFEC: hue angle of 242.95º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AFEC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178175236-
CMYK0.250.2600.07
HSL242.95º61.62%80.59%-
HSV(B)242.95º25.85%92.55%-
XYZ48.8346.1885.7-
YUV182.85157.99124.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=30.22%
G=29.71%
B=40.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781752360.250.2600.07242.9561.6280.59
HexB2AFEC191A07f33e51
Octal26225735431320736376121
Binary10110010101011111110110011001110100111111100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2afec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2afec; }

 p { color: rgb(178,175,236); }

 H1.HeaderClassName
 {
   color: #b2afec;
 }
 .AnyTagClassName
 {
   color: #b2afec;
 }
</style>
background-color css

<style>
 a { background-color: #b2afec; }

 a { background-color: rgb(178,175,236); }

 div.DivClassName
 {
   background-color: #b2afec;
 }
 .BgClassName
 {
   background-color: #b2afec;
 }
</style>
border-color css

<style>
 span { border-color: #b2afec; }

 span { border-color: rgb(178,175,236); }

 td.TdClassName
 {
   border-color: #b2afec;
 }
 .TagClassName
 {
   border-color: #b2afec;
 }
</style>