#B3ADCD

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

Shades of Blue Haze #B3ADCD

Tints of Blue Haze #B3ADCD

Color information

#B3ADCD (or 0xB3ADCD) is unknown color: approx Blue Haze. HEX triplet: B3, AD and CD. RGB value is (179,173,205). Sum of RGB (Red+Green+Blue) = 179+173+205=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADCD is #4C5232. Grayscale: #B2B2B2. Windows color (decimal): -5001779 or 13479347. OLE color: 13479347.

HSL color Cylindrical-coordinate representation of color #B3ADCD: hue angle of 251.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3ADCD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179173205-
CMYK0.130.1600.20
HSL251.25º24.24%74.12%-
HSV(B)251.25º15.61%80.39%-
XYZ44.5543.8863.88-
YUV178.44142.99128.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=32.14%
G=31.06%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791732050.130.1600.20251.2524.2474.12
HexB3ADCDD10014fb184a
Octal263255315152002437330112
Binary10110011101011011100110111011000001010011111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADCD; }

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

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

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

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

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

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

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

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