Html Css Color HEX #B5AEDB Lavender Grey

📋 copy color: '#B5AEDB'

red 181 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #B5AEDB

Tints of Lavender Grey #B5AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.31%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 31.53%
G = 30.31%
B = 38.15%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5AEDB (or 0xB5AEDB) is known color: Lavender Grey. HEX triplet: B5, AE and DB. RGB value is (181,174,219). Sum of RGB (Red+Green+Blue) = 181+174+219=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDB is #4A5124. Grayscale: #B5B5B5. Windows color (decimal): -4870437 or 14397109. OLE color: 14397109.

HSL color Cylindrical-coordinate representation of color #B5AEDB: hue angle of 249.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5AEDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 174 219 -
CMYK 0.17 0.21 0 0.14
HSL 249.33º 0.38% 0.77% -
HSV(B) 249.33º 0.21% 0.86% -
XYZ 46.98 45.21 73.27 -
YUV 181.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 181 174 219 0.17 0.21 0 0.14 249.33 0.38 0.77
Hex B5 AE DB 11 15 0 E F9 26 4D
Octal 265 256 333 21 25 0 16 371 46 115
Binary 10110101 10101110 11011011 10001 10101 0 1110 11111001 100110 1001101

Color Harmonies of #B5AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEDB

Black with #B5AEDB

Text Example


Text Example

White with #B5AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEDB; }

 p { color: rgb(181,174,219); }

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

background-color css

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

 a { background-color: rgb(181,174,219); }

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

border-color css

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

 span { border-color: rgb(181,174,219); }

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