Html Css Color HEX #BAB3DD Lavender Grey

📋 copy color: '#BAB3DD'

red 186 ◦ green 179 ◦ blue 221

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

Shades of Lavender Grey #BAB3DD

Tints of Lavender Grey #BAB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.55%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 31.74%
G = 30.55%
B = 37.71%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB3DD (or 0xBAB3DD) is known color: Lavender Grey. HEX triplet: BA, B3 and DD. RGB value is (186,179,221). Sum of RGB (Red+Green+Blue) = 186+179+221=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DD is #454C22. Grayscale: #B9B9B9. Windows color (decimal): -4541475 or 14529466. OLE color: 14529466.

HSL color Cylindrical-coordinate representation of color #BAB3DD: hue angle of 250º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB3DD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 179 221 -
CMYK 0.16 0.19 0 0.13
HSL 250º 0.38% 0.78% -
HSV(B) 250º 0.19% 0.87% -
XYZ 49.42 47.9 75.05 -
YUV 185.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 186 179 221 0.16 0.19 0 0.13 250 0.38 0.78
Hex BA B3 DD 10 13 0 D FA 26 4E
Octal 272 263 335 20 23 0 15 372 46 116
Binary 10111010 10110011 11011101 10000 10011 0 1101 11111010 100110 1001110

Color Harmonies of #BAB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3DD

Black with #BAB3DD

Text Example


Text Example

White with #BAB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3DD; }

 p { color: rgb(186,179,221); }

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

background-color css

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

 a { background-color: rgb(186,179,221); }

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

border-color css

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

 span { border-color: rgb(186,179,221); }

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