Html Css Color HEX #BABAE2 Lavender Grey

📋 copy color: '#BABAE2'

red 186 ◦ green 186 ◦ blue 226

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

Shades of Lavender Grey #BABAE2

Tints of Lavender Grey #BABAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 31.1%
G = 31.1%
B = 37.79%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BABAE2 (or 0xBABAE2) is known color: Lavender Grey. HEX triplet: BA, BA and E2. RGB value is (186,186,226). Sum of RGB (Red+Green+Blue) = 186+186+226=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #BABAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAE2 is #45451D. Grayscale: #BEBEBE. Windows color (decimal): -4539678 or 14858938. OLE color: 14858938.

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

Color convert

RGB 186 186 226 -
CMYK 0.18 0.18 0 0.11
HSL 240º 0.41% 0.81% -
HSV(B) 240º 0.18% 0.89% -
XYZ 51.54 51.05 79.09 -
YUV 190.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 186 186 226 0.18 0.18 0 0.11 240 0.41 0.81
Hex BA BA E2 12 12 0 B F0 29 51
Octal 272 272 342 22 22 0 13 360 51 121
Binary 10111010 10111010 11100010 10010 10010 0 1011 11110000 101001 1010001

Color Harmonies of #BABAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAE2

Black with #BABAE2

Text Example


Text Example

White with #BABAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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