Html Css Color HEX #BAB8DD Lavender Grey

📋 copy color: '#BAB8DD'

red 186 ◦ green 184 ◦ blue 221

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

Shades of Lavender Grey #BAB8DD

Tints of Lavender Grey #BAB8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.13%

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

R = 31.47%
G = 31.13%
B = 37.39%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB8DD (or 0xBAB8DD) is known color: Lavender Grey. HEX triplet: BA, B8 and DD. RGB value is (186,184,221). Sum of RGB (Red+Green+Blue) = 186+184+221=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8DD is #454722. Grayscale: #BCBCBC. Windows color (decimal): -4540195 or 14530746. OLE color: 14530746.

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

Color convert

RGB 186 184 221 -
CMYK 0.16 0.17 0 0.13
HSL 243.24º 0.35% 0.79% -
HSV(B) 243.24º 0.17% 0.87% -
XYZ 50.44 49.94 75.39 -
YUV 188.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 186 184 221 0.16 0.17 0 0.13 243.24 0.35 0.79
Hex BA B8 DD 10 11 0 D F3 23 4F
Octal 272 270 335 20 21 0 15 363 43 117
Binary 10111010 10111000 11011101 10000 10001 0 1101 11110011 100011 1001111

Color Harmonies of #BAB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8DD

Black with #BAB8DD

Text Example


Text Example

White with #BAB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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