#B2AFCE

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

Shades of Blue Haze #B2AFCE

Tints of Blue Haze #B2AFCE

Color information

#B2AFCE (or 0xB2AFCE) is unknown color: approx Blue Haze. HEX triplet: B2, AF and CE. RGB value is (178,175,206). Sum of RGB (Red+Green+Blue) = 178+175+206=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCE is #4D5031. Grayscale: #B3B3B3. Windows color (decimal): -5066802 or 13545394. OLE color: 13545394.

HSL color Cylindrical-coordinate representation of color #B2AFCE: hue angle of 245.81º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AFCE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178175206-
CMYK0.140.1500.19
HSL245.81º24.03%74.71%-
HSV(B)245.81º15.05%80.78%-
XYZ44.8344.5864.63-
YUV179.43142.99126.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=31.84%
G=31.31%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781752060.140.1500.19245.8124.0374.71
HexB2AFCEEF013f6184b
Octal262257316161702336630113
Binary1011001010101111110011101110111101001111110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFCE; }

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

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

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

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

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

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

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

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