Html Css Color HEX #BABDD9 Lavender Grey

📋 copy color: '#BABDD9'

red 186 ◦ green 189 ◦ blue 217

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

Shades of Lavender Grey #BABDD9

Tints of Lavender Grey #BABDD9

RGB

 RED value IS 186 (73.05% from 255) = 31.42%

 GREEN value IS 189 (74.22% from 255) = 31.93%

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

R = 31.42%
G = 31.93%
B = 36.66%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BABDD9 (or 0xBABDD9) is known color: Lavender Grey. HEX triplet: BA, BD and D9. RGB value is (186,189,217). Sum of RGB (Red+Green+Blue) = 186+189+217=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD9 is #454226. Grayscale: #BFBFBF. Windows color (decimal): -4538919 or 14269882. OLE color: 14269882.

HSL color Cylindrical-coordinate representation of color #BABDD9: hue angle of 234.19º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABDD9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 189 217 -
CMYK 0.14 0.13 0 0.15
HSL 234.19º 0.29% 0.79% -
HSV(B) 234.19º 0.14% 0.85% -
XYZ 50.97 51.84 72.97 -
YUV 191.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 186 189 217 0.14 0.13 0 0.15 234.19 0.29 0.79
Hex BA BD D9 E D 0 F EA 1D 4F
Octal 272 275 331 16 15 0 17 352 35 117
Binary 10111010 10111101 11011001 1110 1101 0 1111 11101010 11101 1001111

Color Harmonies of #BABDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD9

Black with #BABDD9

Text Example


Text Example

White with #BABDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD9; }

 p { color: rgb(186,189,217); }

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

background-color css

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

 a { background-color: rgb(186,189,217); }

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

border-color css

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

 span { border-color: rgb(186,189,217); }

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