#B0AFCE

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

Shades of Blue Haze #B0AFCE

Tints of Blue Haze #B0AFCE

Color information

#B0AFCE (or 0xB0AFCE) is unknown color: approx Blue Haze. HEX triplet: B0, AF and CE. RGB value is (176,175,206). Sum of RGB (Red+Green+Blue) = 176+175+206=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCE is #4F5031. Grayscale: #B2B2B2. Windows color (decimal): -5197874 or 13545392. OLE color: 13545392.

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

Color convert

RGB176175206-
CMYK0.150.1500.19
HSL241.94º24.03%74.71%-
HSV(B)241.94º15.05%80.78%-
XYZ44.3844.3564.61-
YUV178.83143.33125.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=31.60%
G=31.42%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761752060.150.1500.19241.9424.0374.71
HexB0AFCEFF013f2184b
Octal260257316171702336230113
Binary1011000010101111110011101111111101001111110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFCE; }

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

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

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

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

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

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

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

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