Html Css Color HEX #BAB7D9 Lavender Grey

📋 copy color: '#BAB7D9'

red 186 ◦ green 183 ◦ blue 217

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

Shades of Lavender Grey #BAB7D9

Tints of Lavender Grey #BAB7D9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.23%

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

R = 31.74%
G = 31.23%
B = 37.03%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAB7D9 (or 0xBAB7D9) is known color: Lavender Grey. HEX triplet: BA, B7 and D9. RGB value is (186,183,217). Sum of RGB (Red+Green+Blue) = 186+183+217=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7D9 is #454826. Grayscale: #BBBBBB. Windows color (decimal): -4540455 or 14268346. OLE color: 14268346.

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

Color convert

RGB 186 183 217 -
CMYK 0.14 0.16 0 0.15
HSL 245.29º 0.31% 0.78% -
HSV(B) 245.29º 0.16% 0.85% -
XYZ 49.71 49.32 72.54 -
YUV 187.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 186 183 217 0.14 0.16 0 0.15 245.29 0.31 0.78
Hex BA B7 D9 E 10 0 F F5 1F 4E
Octal 272 267 331 16 20 0 17 365 37 116
Binary 10111010 10110111 11011001 1110 10000 0 1111 11110101 11111 1001110

Color Harmonies of #BAB7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7D9

Black with #BAB7D9

Text Example


Text Example

White with #BAB7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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