#B4AFC0

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

Shades of Blue Haze #B4AFC0

Tints of Blue Haze #B4AFC0

Color information

#B4AFC0 (or 0xB4AFC0) is unknown color: approx Blue Haze. HEX triplet: B4, AF and C0. RGB value is (180,175,192). Sum of RGB (Red+Green+Blue) = 180+175+192=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFC0 is #4B503F. Grayscale: #B2B2B2. Windows color (decimal): -4935744 or 12627892. OLE color: 12627892.

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

Color convert

RGB180175192-
CMYK0.060.0900.25
HSL257.65º11.89%71.96%-
HSV(B)257.65º8.85%75.29%-
XYZ43.6744.1756.09-
YUV178.43135.66129.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=32.91%
G=31.99%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801751920.060.0900.25257.6511.8971.96
HexB4AFC069019102c48
Octal26425730061103140214110
Binary101101001010111111000000110100101100110000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFC0; }

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

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

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

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

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

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

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

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