Html Css Color HEX #BAB4DD Lavender Grey

📋 copy color: '#BAB4DD'

red 186 ◦ green 180 ◦ blue 221

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

Shades of Lavender Grey #BAB4DD

Tints of Lavender Grey #BAB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

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

R = 31.69%
G = 30.66%
B = 37.65%

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

#BAB4DD (or 0xBAB4DD) is known color: Lavender Grey. HEX triplet: BA, B4 and DD. RGB value is (186,180,221). Sum of RGB (Red+Green+Blue) = 186+180+221=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4DD is #454B22. Grayscale: #BABABA. Windows color (decimal): -4541219 or 14529722. OLE color: 14529722.

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

Color convert

RGB 186 180 221 -
CMYK 0.16 0.19 0 0.13
HSL 248.78º 0.38% 0.79% -
HSV(B) 248.78º 0.19% 0.87% -
XYZ 49.62 48.3 75.11 -
YUV 186.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 186 180 221 0.16 0.19 0 0.13 248.78 0.38 0.79
Hex BA B4 DD 10 13 0 D F9 26 4F
Octal 272 264 335 20 23 0 15 371 46 117
Binary 10111010 10110100 11011101 10000 10011 0 1101 11111001 100110 1001111

Color Harmonies of #BAB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4DD

Black with #BAB4DD

Text Example


Text Example

White with #BAB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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