Html Css Color HEX #BABBE0 Lavender Grey

📋 copy color: '#BABBE0'

red 186 ◦ green 187 ◦ blue 224

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

Shades of Lavender Grey #BABBE0

Tints of Lavender Grey #BABBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.32%

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 31.16%
G = 31.32%
B = 37.52%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BABBE0 (or 0xBABBE0) is known color: Lavender Grey. HEX triplet: BA, BB and E0. RGB value is (186,187,224). Sum of RGB (Red+Green+Blue) = 186+187+224=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #BABBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE0 is #45441F. Grayscale: #BEBEBE. Windows color (decimal): -4539424 or 14728122. OLE color: 14728122.

HSL color Cylindrical-coordinate representation of color #BABBE0: hue angle of 238.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABBE0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 187 224 -
CMYK 0.17 0.17 0 0.12
HSL 238.42º 0.38% 0.8% -
HSV(B) 238.42º 0.17% 0.88% -
XYZ 51.47 51.36 77.72 -
YUV 190.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 186 187 224 0.17 0.17 0 0.12 238.42 0.38 0.8
Hex BA BB E0 11 11 0 C EE 26 50
Octal 272 273 340 21 21 0 14 356 46 120
Binary 10111010 10111011 11100000 10001 10001 0 1100 11101110 100110 1010000

Color Harmonies of #BABBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBE0

Black with #BABBE0

Text Example


Text Example

White with #BABBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBE0; }

 p { color: rgb(186,187,224); }

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

background-color css

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

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

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

border-color css

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

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

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