#B2AFC3

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

Shades of Blue Haze #B2AFC3

Tints of Blue Haze #B2AFC3

Color information

#B2AFC3 (or 0xB2AFC3) is unknown color: approx Blue Haze. HEX triplet: B2, AF and C3. RGB value is (178,175,195). Sum of RGB (Red+Green+Blue) = 178+175+195=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC3 is #4D503C. Grayscale: #B2B2B2. Windows color (decimal): -5066813 or 12824498. OLE color: 12824498.

HSL color Cylindrical-coordinate representation of color #B2AFC3: hue angle of 249º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2AFC3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178175195-
CMYK0.090.1000.24
HSL249º14.29%72.55%-
HSV(B)249º10.26%76.47%-
XYZ43.5444.0757.84-
YUV178.18137.49127.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=32.48%
G=31.93%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781751950.090.1000.2424914.2972.55
HexB2AFC39A018f9e49
Octal262257303111203037116111
Binary101100101010111111000011100110100110001111100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFC3; }

 p { color: rgb(178,175,195); }

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

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

 a { background-color: rgb(178,175,195); }

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

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

 span { border-color: rgb(178,175,195); }

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