#B1ADC8

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

Shades of Blue Haze #B1ADC8

Tints of Blue Haze #B1ADC8

Color information

#B1ADC8 (or 0xB1ADC8) is unknown color: approx Blue Haze. HEX triplet: B1, AD and C8. RGB value is (177,173,200). Sum of RGB (Red+Green+Blue) = 177+173+200=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADC8 is #4E5237. Grayscale: #B1B1B1. Windows color (decimal): -5132856 or 13151665. OLE color: 13151665.

HSL color Cylindrical-coordinate representation of color #B1ADC8: hue angle of 248.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1ADC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177173200-
CMYK0.120.1400.22
HSL248.89º19.71%73.14%-
HSV(B)248.89º13.5%78.43%-
XYZ43.543.460.73-
YUV177.27140.83127.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=32.18%
G=31.45%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771732000.120.1400.22248.8919.7173.14
HexB1ADC8CE016f91449
Octal261255310141602637124111
Binary1011000110101101110010001100111001011011111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADC8; }

 p { color: rgb(177,173,200); }

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

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

 a { background-color: rgb(177,173,200); }

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

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

 span { border-color: rgb(177,173,200); }

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