#B0AFCA

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

Shades of Blue Haze #B0AFCA

Tints of Blue Haze #B0AFCA

Color information

#B0AFCA (or 0xB0AFCA) is unknown color: approx Blue Haze. HEX triplet: B0, AF and CA. RGB value is (176,175,202). Sum of RGB (Red+Green+Blue) = 176+175+202=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCA is #4F5035. Grayscale: #B2B2B2. Windows color (decimal): -5197878 or 13283248. OLE color: 13283248.

HSL color Cylindrical-coordinate representation of color #B0AFCA: hue angle of 242.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0AFCA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176175202-
CMYK0.130.1300.21
HSL242.22º20.3%73.92%-
HSV(B)242.22º13.37%79.22%-
XYZ43.944.1562.09-
YUV178.38141.33126.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=31.83%
G=31.65%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761752020.130.1300.21242.2220.373.92
HexB0AFCADD015f2144a
Octal260257312151502536224112
Binary1011000010101111110010101101110101010111110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFCA; }

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

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

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

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

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

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

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

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