Html Css Color HEX #B5ADD7 Blue Haze

📋 copy color: '#B5ADD7'

red 181 ◦ green 173 ◦ blue 215

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

Shades of Blue Haze #B5ADD7

Tints of Blue Haze #B5ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.79%

R = 31.81%
G = 30.4%
B = 37.79%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B5ADD7 (or 0xB5ADD7) is known color: Blue Haze. HEX triplet: B5, AD and D7. RGB value is (181,173,215). Sum of RGB (Red+Green+Blue) = 181+173+215=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD7 is #4A5228. Grayscale: #B4B4B4. Windows color (decimal): -4870697 or 14134709. OLE color: 14134709.

HSL color Cylindrical-coordinate representation of color #B5ADD7: hue angle of 251.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5ADD7 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 173 215 -
CMYK 0.16 0.20 0 0.16
HSL 251.43º 0.34% 0.76% -
HSV(B) 251.43º 0.2% 0.84% -
XYZ 46.27 44.62 70.46 -
YUV 180.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 181 173 215 0.16 0.20 0 0.16 251.43 0.34 0.76
Hex B5 AD D7 10 14 0 10 FB 22 4C
Octal 265 255 327 20 24 0 20 373 42 114
Binary 10110101 10101101 11010111 10000 10100 0 10000 11111011 100010 1001100

Color Harmonies of #B5ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADD7

Black with #B5ADD7

Text Example


Text Example

White with #B5ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADD7; }

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

 H1.HeaderClassName
 {
   color: #B5ADD7;
 }
 .AnyTagClassName
 {
   color: #B5ADD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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