#B2AFC0

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

Shades of Blue Haze #B2AFC0

Tints of Blue Haze #B2AFC0

Color information

#B2AFC0 (or 0xB2AFC0) is unknown color: approx Blue Haze. HEX triplet: B2, AF and C0. RGB value is (178,175,192). Sum of RGB (Red+Green+Blue) = 178+175+192=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC0 is #4D503F. Grayscale: #B1B1B1. Windows color (decimal): -5066816 or 12627890. OLE color: 12627890.

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

Color convert

RGB178175192-
CMYK0.070.0900.25
HSL250.59º11.89%71.96%-
HSV(B)250.59º8.85%75.29%-
XYZ43.243.9356.07-
YUV177.84135.99128.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=32.66%
G=32.11%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781751920.070.0900.25250.5911.8971.96
HexB2AFC079019fbc48
Octal26225730071103137314110
Binary10110010101011111100000011110010110011111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFC0; }

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

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

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

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

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

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

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

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