#B3ADC9

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

Shades of Blue Haze #B3ADC9

Tints of Blue Haze #B3ADC9

Color information

#B3ADC9 (or 0xB3ADC9) is unknown color: approx Blue Haze. HEX triplet: B3, AD and C9. RGB value is (179,173,201). Sum of RGB (Red+Green+Blue) = 179+173+201=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADC9 is #4C5236. Grayscale: #B1B1B1. Windows color (decimal): -5001783 or 13217203. OLE color: 13217203.

HSL color Cylindrical-coordinate representation of color #B3ADC9: hue angle of 252.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3ADC9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179173201-
CMYK0.110.1400.21
HSL252.86º20.59%73.33%-
HSV(B)252.86º13.93%78.82%-
XYZ44.0843.6961.37-
YUV177.99140.99128.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=32.37%
G=31.28%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791732010.110.1400.21252.8620.5973.33
HexB3ADC9BE015fd1549
Octal263255311131602537525111
Binary1011001110101101110010011011111001010111111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADC9; }

 p { color: rgb(179,173,201); }

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

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

 a { background-color: rgb(179,173,201); }

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

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

 span { border-color: rgb(179,173,201); }

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