Html Css Color HEX #B5ADCB Blue Haze

📋 copy color: '#B5ADCB'

red 181 ◦ green 173 ◦ blue 203

#B5ADCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #B5ADCB

Tints of Blue Haze #B5ADCB

RGB

 RED value IS 181 (71.09% from 255) = 32.5%

 GREEN value IS 173 (67.97% from 255) = 31.06%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 32.5%
G = 31.06%
B = 36.45%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B5ADCB (or 0xB5ADCB) is known color: 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

RGB 181 173 203 -
CMYK 0.11 0.15 0 0.20
HSL 256º 0.22% 0.74% -
HSV(B) 256º 0.15% 0.8% -
XYZ 44.78 44.02 62.64 -
YUV 178.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 181 173 203 0.11 0.15 0 0.20 256 0.22 0.74
Hex B5 AD CB B F 0 14 100 16 4A
Octal 265 255 313 13 17 0 24 400 26 112
Binary 10110101 10101101 11001011 1011 1111 0 10100 100000000 10110 1001010

Color Harmonies of #B5ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADCB

Black with #B5ADCB

Text Example


Text Example

White with #B5ADCB

Text Example


Text Example

HTML Codes & Css Web 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>