Html Css Color HEX #BABAEB Lavender Grey

📋 copy color: '#BABAEB'

red 186 ◦ green 186 ◦ blue 235

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

Shades of Lavender Grey #BABAEB

Tints of Lavender Grey #BABAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.71%

R = 30.64%
G = 30.64%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BABAEB (or 0xBABAEB) is known color: Lavender Grey. HEX triplet: BA, BA and EB. RGB value is (186,186,235). Sum of RGB (Red+Green+Blue) = 186+186+235=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEB is #454514. Grayscale: #BFBFBF. Windows color (decimal): -4539669 or 15448762. OLE color: 15448762.

HSL color Cylindrical-coordinate representation of color #BABAEB: hue angle of 240º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABAEB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 186 235 -
CMYK 0.21 0.21 0 0.08
HSL 240º 0.55% 0.83% -
HSV(B) 240º 0.21% 0.92% -
XYZ 52.8 51.56 85.77 -
YUV 191.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 186 186 235 0.21 0.21 0 0.08 240 0.55 0.83
Hex BA BA EB 15 15 0 8 F0 37 53
Octal 272 272 353 25 25 0 10 360 67 123
Binary 10111010 10111010 11101011 10101 10101 0 1000 11110000 110111 1010011

Color Harmonies of #BABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAEB

Black with #BABAEB

Text Example


Text Example

White with #BABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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