Html Css Color HEX #BABAE5 Lavender Grey

📋 copy color: '#BABAE5'

red 186 ◦ green 186 ◦ blue 229

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

Shades of Lavender Grey #BABAE5

Tints of Lavender Grey #BABAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.95%

 BLUE value IS 229 (89.84% from 255) = 38.1%

R = 30.95%
G = 30.95%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABAE5 (or 0xBABAE5) is known color: Lavender Grey. HEX triplet: BA, BA and E5. RGB value is (186,186,229). Sum of RGB (Red+Green+Blue) = 186+186+229=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAE5 is #45451A. Grayscale: #BEBEBE. Windows color (decimal): -4539675 or 15055546. OLE color: 15055546.

HSL color Cylindrical-coordinate representation of color #BABAE5: hue angle of 240º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABAE5 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 186 229 -
CMYK 0.19 0.19 0 0.10
HSL 240º 0.45% 0.81% -
HSV(B) 240º 0.19% 0.9% -
XYZ 51.95 51.21 81.28 -
YUV 190.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 186 186 229 0.19 0.19 0 0.10 240 0.45 0.81
Hex BA BA E5 13 13 0 A F0 2D 51
Octal 272 272 345 23 23 0 12 360 55 121
Binary 10111010 10111010 11100101 10011 10011 0 1010 11110000 101101 1010001

Color Harmonies of #BABAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAE5

Black with #BABAE5

Text Example


Text Example

White with #BABAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAE5; }

 p { color: rgb(186,186,229); }

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

background-color css

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

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

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

border-color css

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

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

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