#B4AFC6

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

Shades of Blue Haze #B4AFC6

Tints of Blue Haze #B4AFC6

Color information

#B4AFC6 (or 0xB4AFC6) is unknown color: approx Blue Haze. HEX triplet: B4, AF and C6. RGB value is (180,175,198). Sum of RGB (Red+Green+Blue) = 180+175+198=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFC6 is #4B5039. Grayscale: #B3B3B3. Windows color (decimal): -4935738 or 13021108. OLE color: 13021108.

HSL color Cylindrical-coordinate representation of color #B4AFC6: hue angle of 253.04º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4AFC6 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180175198-
CMYK0.090.1200.22
HSL253.04º16.79%73.14%-
HSV(B)253.04º11.62%77.65%-
XYZ44.3544.4459.67-
YUV179.12138.66128.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=32.55%
G=31.65%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801751980.090.1200.22253.0416.7973.14
HexB4AFC69C016fd1149
Octal264257306111402637521111
Binary1011010010101111110001101001110001011011111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFC6; }

 p { color: rgb(180,175,198); }

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

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

 a { background-color: rgb(180,175,198); }

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

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

 span { border-color: rgb(180,175,198); }

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