#B1AFC5

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

Shades of Blue Haze #B1AFC5

Tints of Blue Haze #B1AFC5

Color information

#B1AFC5 (or 0xB1AFC5) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C5. RGB value is (177,175,197). Sum of RGB (Red+Green+Blue) = 177+175+197=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 197 - color contains mainly: blue. Hex color #B1AFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC5 is #4E503A. Grayscale: #B2B2B2. Windows color (decimal): -5132347 or 12955569. OLE color: 12955569.

HSL color Cylindrical-coordinate representation of color #B1AFC5: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AFC5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177175197-
CMYK0.100.1100.23
HSL245.45º15.94%72.94%-
HSV(B)245.45º11.17%77.25%-
XYZ43.5444.0459.03-
YUV178.11138.66127.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=32.24%
G=31.88%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771751970.100.1100.23245.4515.9472.94
HexB1AFC5AB017f51049
Octal261257305121302736520111
Binary1011000110101111110001011010101101011111110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC5; }

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

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

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

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

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

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

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

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