#B1AFC3

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

Shades of Blue Haze #B1AFC3

Tints of Blue Haze #B1AFC3

Color information

#B1AFC3 (or 0xB1AFC3) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C3. RGB value is (177,175,195). Sum of RGB (Red+Green+Blue) = 177+175+195=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1AFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC3 is #4E503C. Grayscale: #B1B1B1. Windows color (decimal): -5132349 or 12824497. OLE color: 12824497.

HSL color Cylindrical-coordinate representation of color #B1AFC3: hue angle of 246º 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 #B1AFC3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177175195-
CMYK0.090.1000.24
HSL246º14.29%72.55%-
HSV(B)246º10.26%76.47%-
XYZ43.3143.9557.83-
YUV177.88137.66127.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 195 (76.56% from 255) = 35.65%
R=32.36%
G=31.99%
B=35.65%

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
Decimal1771751950.090.1000.2424614.2972.55
HexB1AFC39A018f6e49
Octal261257303111203036616111
Binary101100011010111111000011100110100110001111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC3; }

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

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

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

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

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

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

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

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