Html Css Color HEX #B4AEDB Lavender Grey

📋 copy color: '#B4AEDB'

red 180 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #B4AEDB

Tints of Lavender Grey #B4AEDB

RGB

 RED value IS 180 (70.7% from 255) = 31.41%

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

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

R = 31.41%
G = 30.37%
B = 38.22%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4AEDB (or 0xB4AEDB) is known color: Lavender Grey. HEX triplet: B4, AE and DB. RGB value is (180,174,219). Sum of RGB (Red+Green+Blue) = 180+174+219=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDB is #4B5124. Grayscale: #B4B4B4. Windows color (decimal): -4935973 or 14397108. OLE color: 14397108.

HSL color Cylindrical-coordinate representation of color #B4AEDB: hue angle of 248º 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 #B4AEDB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 174 219 -
CMYK 0.18 0.21 0 0.14
HSL 248º 0.38% 0.77% -
HSV(B) 248º 0.21% 0.86% -
XYZ 46.74 45.09 73.26 -
YUV 180.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 180 174 219 0.18 0.21 0 0.14 248 0.38 0.77
Hex B4 AE DB 12 15 0 E F8 26 4D
Octal 264 256 333 22 25 0 16 370 46 115
Binary 10110100 10101110 11011011 10010 10101 0 1110 11111000 100110 1001101

Color Harmonies of #B4AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEDB

Black with #B4AEDB

Text Example


Text Example

White with #B4AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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