#B3ADCB

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

Shades of Blue Haze #B3ADCB

Tints of Blue Haze #B3ADCB

Color information

#B3ADCB (or 0xB3ADCB) is unknown color: approx Blue Haze. HEX triplet: B3, AD and CB. RGB value is (179,173,203). Sum of RGB (Red+Green+Blue) = 179+173+203=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADCB is #4C5234. Grayscale: #B2B2B2. Windows color (decimal): -5001781 or 13348275. OLE color: 13348275.

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

Color convert

RGB179173203-
CMYK0.120.1500.20
HSL252º22.39%73.73%-
HSV(B)252º14.78%79.61%-
XYZ44.3143.7862.62-
YUV178.21141.99128.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=32.25%
G=31.17%
B=36.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791732030.120.1500.2025222.3973.73
HexB3ADCBCF014fc164a
Octal263255313141702437426112
Binary1011001110101101110010111100111101010011111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADCB; }

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

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

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

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

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

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

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

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