#B3AFC0

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

Shades of Blue Haze #B3AFC0

Tints of Blue Haze #B3AFC0

Color information

#B3AFC0 (or 0xB3AFC0) is unknown color: approx Blue Haze. HEX triplet: B3, AF and C0. RGB value is (179,175,192). Sum of RGB (Red+Green+Blue) = 179+175+192=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFC0 is #4C503F. Grayscale: #B2B2B2. Windows color (decimal): -5001280 or 12627891. OLE color: 12627891.

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

Color convert

RGB179175192-
CMYK0.070.0900.25
HSL254.12º11.89%71.96%-
HSV(B)254.12º8.85%75.29%-
XYZ43.4344.0556.08-
YUV178.13135.83128.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=32.78%
G=32.05%
B=35.16%

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
Decimal1791751920.070.0900.25254.1211.8971.96
HexB3AFC079019fec48
Octal26325730071103137614110
Binary10110011101011111100000011110010110011111111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFC0; }

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

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

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

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

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

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

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

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