#B5ADCB

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

Shades of Blue Haze #B5ADCB

Tints of Blue Haze #B5ADCB

Color information

#B5ADCB (or 0xB5ADCB) is unknown color: approx Blue Haze. HEX triplet: B5, AD and CB. RGB value is (181,173,203). Sum of RGB (Red+Green+Blue) = 181+173+203=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCB is #4A5234. Grayscale: #B2B2B2. Windows color (decimal): -4870709 or 13348277. OLE color: 13348277.

HSL color Cylindrical-coordinate representation of color #B5ADCB: hue angle of 256º 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 #B5ADCB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181173203-
CMYK0.110.1500.20
HSL256º22.39%73.73%-
HSV(B)256º14.78%79.61%-
XYZ44.7844.0262.64-
YUV178.81141.65129.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=32.50%
G=31.06%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811732030.110.1500.2025622.3973.73
HexB5ADCBBF014100164a
Octal265255313131702440026112
Binary10110101101011011100101110111111010100100000000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADCB; }

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

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

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

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

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

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

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

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