#B0ADC2

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

Shades of Blue Haze #B0ADC2

Tints of Blue Haze #B0ADC2

Color information

#B0ADC2 (or 0xB0ADC2) is unknown color: approx Blue Haze. HEX triplet: B0, AD and C2. RGB value is (176,173,194). Sum of RGB (Red+Green+Blue) = 176+173+194=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC2 is #4F523D. Grayscale: #B0B0B0. Windows color (decimal): -5198398 or 12758448. OLE color: 12758448.

HSL color Cylindrical-coordinate representation of color #B0ADC2: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0ADC2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176173194-
CMYK0.090.1100.24
HSL248.57º14.69%71.96%-
HSV(B)248.57º10.82%76.08%-
XYZ42.5943.0157.1-
YUV176.29137.99127.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=32.41%
G=31.86%
B=35.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761731940.090.1100.24248.5714.6971.96
HexB0ADC29B018f9f48
Octal260255302111303037117110
Binary101100001010110111000010100110110110001111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADC2; }

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

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

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

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

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

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

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

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