#B0AFC0

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

Shades of Blue Haze #B0AFC0

Tints of Blue Haze #B0AFC0

Color information

#B0AFC0 (or 0xB0AFC0) is unknown color: approx Blue Haze. HEX triplet: B0, AF and C0. RGB value is (176,175,192). Sum of RGB (Red+Green+Blue) = 176+175+192=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC0 is #4F503F. Grayscale: #B1B1B1. Windows color (decimal): -5197888 or 12627888. OLE color: 12627888.

HSL color Cylindrical-coordinate representation of color #B0AFC0: hue angle of 243.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0AFC0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176175192-
CMYK0.080.0900.25
HSL243.53º11.89%71.96%-
HSV(B)243.53º8.85%75.29%-
XYZ42.7543.756.05-
YUV177.24136.33127.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=32.41%
G=32.23%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761751920.080.0900.25243.5311.8971.96
HexB0AFC089019f4c48
Octal260257300101103136414110
Binary101100001010111111000000100010010110011111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFC0; }

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

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

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

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

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

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

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

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