#B1AFC8

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

Shades of Blue Haze #B1AFC8

Tints of Blue Haze #B1AFC8

Color information

#B1AFC8 (or 0xB1AFC8) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C8. RGB value is (177,175,200). Sum of RGB (Red+Green+Blue) = 177+175+200=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC8 is #4E5037. Grayscale: #B2B2B2. Windows color (decimal): -5132344 or 13152177. OLE color: 13152177.

HSL color Cylindrical-coordinate representation of color #B1AFC8: hue angle of 244.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1AFC8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177175200-
CMYK0.120.1200.22
HSL244.8º18.52%73.53%-
HSV(B)244.8º12.5%78.43%-
XYZ43.8944.1860.86-
YUV178.45140.16126.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 200 (78.52% from 255) = 36.23%
R=32.07%
G=31.70%
B=36.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771752000.120.1200.22244.818.5273.53
HexB1AFC8CC016f5134a
Octal261257310141402636523112
Binary1011000110101111110010001100110001011011110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC8; }

 p { color: rgb(177,175,200); }

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

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

 a { background-color: rgb(177,175,200); }

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

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

 span { border-color: rgb(177,175,200); }

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