Html Css Color HEX #B5ADD3 Blue Haze

📋 copy color: '#B5ADD3'

red 181 ◦ green 173 ◦ blue 211

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

Shades of Blue Haze #B5ADD3

Tints of Blue Haze #B5ADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 32.04%
G = 30.62%
B = 37.35%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B5ADD3 (or 0xB5ADD3) is known color: Blue Haze. HEX triplet: B5, AD and D3. RGB value is (181,173,211). Sum of RGB (Red+Green+Blue) = 181+173+211=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #B5ADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD3 is #4A522C. Grayscale: #B3B3B3. Windows color (decimal): -4870701 or 13872565. OLE color: 13872565.

HSL color Cylindrical-coordinate representation of color #B5ADD3: hue angle of 252.63º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5ADD3 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 173 211 -
CMYK 0.14 0.18 0 0.17
HSL 252.63º 0.3% 0.75% -
HSV(B) 252.63º 0.18% 0.83% -
XYZ 45.76 44.41 67.79 -
YUV 179.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 181 173 211 0.14 0.18 0 0.17 252.63 0.3 0.75
Hex B5 AD D3 E 12 0 11 FD 1E 4B
Octal 265 255 323 16 22 0 21 375 36 113
Binary 10110101 10101101 11010011 1110 10010 0 10001 11111101 11110 1001011

Color Harmonies of #B5ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADD3

Black with #B5ADD3

Text Example


Text Example

White with #B5ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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