#B3AFBD

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

Shades of Blue Haze #B3AFBD

Tints of Blue Haze #B3AFBD

Color information

#B3AFBD (or 0xB3AFBD) is unknown color: approx Blue Haze. HEX triplet: B3, AF and BD. RGB value is (179,175,189). Sum of RGB (Red+Green+Blue) = 179+175+189=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBD is #4C5042. Grayscale: #B1B1B1. Windows color (decimal): -5001283 or 12431283. OLE color: 12431283.

HSL color Cylindrical-coordinate representation of color #B3AFBD: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3AFBD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179175189-
CMYK0.050.0700.26
HSL257.14º9.59%71.37%-
HSV(B)257.14º7.41%74.12%-
XYZ43.1143.9254.35-
YUV177.79134.33128.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=32.97%
G=32.23%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791751890.050.0700.26257.149.5971.37
HexB3AFBD5701A101a47
Octal2632572755703240112107
Binary10110011101011111011110110111101101010000000110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFBD; }

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

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

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

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

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

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

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

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