Html Css Color HEX #B4AED9 Lavender Grey

📋 copy color: '#B4AED9'

red 180 ◦ green 174 ◦ blue 217

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

Shades of Lavender Grey #B4AED9

Tints of Lavender Grey #B4AED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38%

R = 31.52%
G = 30.47%
B = 38%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4AED9 (or 0xB4AED9) is known color: Lavender Grey. HEX triplet: B4, AE and D9. RGB value is (180,174,217). Sum of RGB (Red+Green+Blue) = 180+174+217=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AED9 is #4B5126. Grayscale: #B4B4B4. Windows color (decimal): -4935975 or 14266036. OLE color: 14266036.

HSL color Cylindrical-coordinate representation of color #B4AED9: hue angle of 248.37º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4AED9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 174 217 -
CMYK 0.17 0.20 0 0.15
HSL 248.37º 0.36% 0.77% -
HSV(B) 248.37º 0.2% 0.85% -
XYZ 46.48 44.99 71.88 -
YUV 180.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 180 174 217 0.17 0.20 0 0.15 248.37 0.36 0.77
Hex B4 AE D9 11 14 0 F F8 24 4D
Octal 264 256 331 21 24 0 17 370 44 115
Binary 10110100 10101110 11011001 10001 10100 0 1111 11111000 100100 1001101

Color Harmonies of #B4AED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AED9

Black with #B4AED9

Text Example


Text Example

White with #B4AED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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