Html Css Color HEX #BABAEC Lavender Grey

📋 copy color: '#BABAEC'

red 186 ◦ green 186 ◦ blue 236

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

Shades of Lavender Grey #BABAEC

Tints of Lavender Grey #BABAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 30.59%
G = 30.59%
B = 38.82%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BABAEC (or 0xBABAEC) is known color: Lavender Grey. HEX triplet: BA, BA and EC. RGB value is (186,186,236). Sum of RGB (Red+Green+Blue) = 186+186+236=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BABAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEC is #454513. Grayscale: #BFBFBF. Windows color (decimal): -4539668 or 15514298. OLE color: 15514298.

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

Color convert

RGB 186 186 236 -
CMYK 0.21 0.21 0 0.07
HSL 240º 0.57% 0.83% -
HSV(B) 240º 0.21% 0.93% -
XYZ 52.95 51.61 86.53 -
YUV 191.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 186 186 236 0.21 0.21 0 0.07 240 0.57 0.83
Hex BA BA EC 15 15 0 7 F0 39 53
Octal 272 272 354 25 25 0 7 360 71 123
Binary 10111010 10111010 11101100 10101 10101 0 111 11110000 111001 1010011

Color Harmonies of #BABAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAEC

Black with #BABAEC

Text Example


Text Example

White with #BABAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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