#B6AFCE

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

Shades of Blue Haze #B6AFCE

Tints of Blue Haze #B6AFCE

Color information

#B6AFCE (or 0xB6AFCE) is unknown color: approx Blue Haze. HEX triplet: B6, AF and CE. RGB value is (182,175,206). Sum of RGB (Red+Green+Blue) = 182+175+206=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFCE is #495031. Grayscale: #B4B4B4. Windows color (decimal): -4804658 or 13545398. OLE color: 13545398.

HSL color Cylindrical-coordinate representation of color #B6AFCE: hue angle of 253.55º 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 #B6AFCE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182175206-
CMYK0.120.1500.19
HSL253.55º24.03%74.71%-
HSV(B)253.55º15.05%80.78%-
XYZ45.7645.0664.68-
YUV180.63142.32128.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=32.33%
G=31.08%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821752060.120.1500.19253.5524.0374.71
HexB6AFCECF013fe184b
Octal266257316141702337630113
Binary1011011010101111110011101100111101001111111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFCE; }

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

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

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

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

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

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

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

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