#B0ADBD

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

Shades of Blue Haze #B0ADBD

Tints of Blue Haze #B0ADBD

Color information

#B0ADBD (or 0xB0ADBD) is unknown color: approx Blue Haze. HEX triplet: B0, AD and BD. RGB value is (176,173,189). Sum of RGB (Red+Green+Blue) = 176+173+189=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBD is #4F5242. Grayscale: #AFAFAF. Windows color (decimal): -5198403 or 12430768. OLE color: 12430768.

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

Color convert

RGB176173189-
CMYK0.070.0800.26
HSL251.25º10.81%70.98%-
HSV(B)251.25º8.47%74.12%-
XYZ42.0342.7954.19-
YUV175.72135.49128.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=32.71%
G=32.16%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761731890.070.0800.26251.2510.8170.98
HexB0ADBD7801Afbb47
Octal26025527571003237313107
Binary10110000101011011011110111110000110101111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADBD; }

 p { color: rgb(176,173,189); }

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

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

 a { background-color: rgb(176,173,189); }

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

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

 span { border-color: rgb(176,173,189); }

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