Html Css Color HEX #BABBE5 Lavender Grey

📋 copy color: '#BABBE5'

red 186 ◦ green 187 ◦ blue 229

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

Shades of Lavender Grey #BABBE5

Tints of Lavender Grey #BABBE5

RGB

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

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

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

R = 30.9%
G = 31.06%
B = 38.04%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABBE5 (or 0xBABBE5) is known color: Lavender Grey. HEX triplet: BA, BB and E5. RGB value is (186,187,229). Sum of RGB (Red+Green+Blue) = 186+187+229=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE5 is #45441A. Grayscale: #BFBFBF. Windows color (decimal): -4539419 or 15055802. OLE color: 15055802.

HSL color Cylindrical-coordinate representation of color #BABBE5: hue angle of 238.6º 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 #BABBE5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 187 229 -
CMYK 0.19 0.18 0 0.10
HSL 238.6º 0.45% 0.81% -
HSV(B) 238.6º 0.19% 0.9% -
XYZ 52.16 51.64 81.35 -
YUV 191.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 186 187 229 0.19 0.18 0 0.10 238.6 0.45 0.81
Hex BA BB E5 13 12 0 A EF 2D 51
Octal 272 273 345 23 22 0 12 357 55 121
Binary 10111010 10111011 11100101 10011 10010 0 1010 11101111 101101 1010001

Color Harmonies of #BABBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBE5

Black with #BABBE5

Text Example


Text Example

White with #BABBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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