#B0ADC0

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

Shades of Blue Haze #B0ADC0

Tints of Blue Haze #B0ADC0

Color information

#B0ADC0 (or 0xB0ADC0) is unknown color: approx Blue Haze. HEX triplet: B0, AD and C0. RGB value is (176,173,192). Sum of RGB (Red+Green+Blue) = 176+173+192=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC0 is #4F523F. Grayscale: #AFAFAF. Windows color (decimal): -5198400 or 12627376. OLE color: 12627376.

HSL color Cylindrical-coordinate representation of color #B0ADC0: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0ADC0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176173192-
CMYK0.080.1000.25
HSL249.47º13.1%71.57%-
HSV(B)249.47º9.9%75.29%-
XYZ42.3642.9255.92-
YUV176.06136.99127.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=32.53%
G=31.98%
B=35.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761731920.080.1000.25249.4713.171.57
HexB0ADC08A019f9d48
Octal260255300101203137115110
Binary101100001010110111000000100010100110011111100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADC0; }

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

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

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

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

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

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

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

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