#B4AFCE

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

Shades of Blue Haze #B4AFCE

Tints of Blue Haze #B4AFCE

Color information

#B4AFCE (or 0xB4AFCE) is unknown color: approx Blue Haze. HEX triplet: B4, AF and CE. RGB value is (180,175,206). Sum of RGB (Red+Green+Blue) = 180+175+206=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFCE is #4B5031. Grayscale: #B3B3B3. Windows color (decimal): -4935730 or 13545396. OLE color: 13545396.

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

Color convert

RGB180175206-
CMYK0.130.1500.19
HSL249.68º24.03%74.71%-
HSV(B)249.68º15.05%80.78%-
XYZ45.2944.8264.66-
YUV180.03142.66127.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=32.09%
G=31.19%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801752060.130.1500.19249.6824.0374.71
HexB4AFCEDF013fa184b
Octal264257316151702337230113
Binary1011010010101111110011101101111101001111111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFCE; }

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

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

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

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

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

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

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

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