Html Css Color HEX #BABEE1 Lavender Grey

📋 copy color: '#BABEE1'

red 186 ◦ green 190 ◦ blue 225

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

Shades of Lavender Grey #BABEE1

Tints of Lavender Grey #BABEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.61%

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 30.95%
G = 31.61%
B = 37.44%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BABEE1 (or 0xBABEE1) is known color: Lavender Grey. HEX triplet: BA, BE and E1. RGB value is (186,190,225). Sum of RGB (Red+Green+Blue) = 186+190+225=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BABEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEE1 is #45411E. Grayscale: #C0C0C0. Windows color (decimal): -4538655 or 14794426. OLE color: 14794426.

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

Color convert

RGB 186 190 225 -
CMYK 0.17 0.16 0 0.12
HSL 233.85º 0.39% 0.81% -
HSV(B) 233.85º 0.17% 0.88% -
XYZ 52.25 52.7 78.65 -
YUV 192.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 186 190 225 0.17 0.16 0 0.12 233.85 0.39 0.81
Hex BA BE E1 11 10 0 C EA 27 51
Octal 272 276 341 21 20 0 14 352 47 121
Binary 10111010 10111110 11100001 10001 10000 0 1100 11101010 100111 1010001

Color Harmonies of #BABEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEE1

Black with #BABEE1

Text Example


Text Example

White with #BABEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEE1; }

 p { color: rgb(186,190,225); }

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

background-color css

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

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

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

border-color css

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

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

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