Html Css Color HEX #B5ADE1 Lavender Grey

📋 copy color: '#B5ADE1'

red 181 ◦ green 173 ◦ blue 225

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

Shades of Lavender Grey #B5ADE1

Tints of Lavender Grey #B5ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 31.26%
G = 29.88%
B = 38.86%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B5ADE1 (or 0xB5ADE1) is known color: Lavender Grey. HEX triplet: B5, AD and E1. RGB value is (181,173,225). Sum of RGB (Red+Green+Blue) = 181+173+225=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #B5ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADE1 is #4A521E. Grayscale: #B5B5B5. Windows color (decimal): -4870687 or 14790069. OLE color: 14790069.

HSL color Cylindrical-coordinate representation of color #B5ADE1: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ADE1 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 173 225 -
CMYK 0.20 0.23 0 0.12
HSL 249.23º 0.46% 0.78% -
HSV(B) 249.23º 0.23% 0.88% -
XYZ 47.59 45.15 77.44 -
YUV 181.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 181 173 225 0.20 0.23 0 0.12 249.23 0.46 0.78
Hex B5 AD E1 14 17 0 C F9 2E 4E
Octal 265 255 341 24 27 0 14 371 56 116
Binary 10110101 10101101 11100001 10100 10111 0 1100 11111001 101110 1001110

Color Harmonies of #B5ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADE1

Black with #B5ADE1

Text Example


Text Example

White with #B5ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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