Html Css Color HEX #BABADC Lavender Grey

📋 copy color: '#BABADC'

red 186 ◦ green 186 ◦ blue 220

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

Shades of Lavender Grey #BABADC

Tints of Lavender Grey #BABADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 31.42%
G = 31.42%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BABADC (or 0xBABADC) is known color: Lavender Grey. HEX triplet: BA, BA and DC. RGB value is (186,186,220). Sum of RGB (Red+Green+Blue) = 186+186+220=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #BABADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADC is #454523. Grayscale: #BDBDBD. Windows color (decimal): -4539684 or 14465722. OLE color: 14465722.

HSL color Cylindrical-coordinate representation of color #BABADC: hue angle of 240º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABADC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 186 220 -
CMYK 0.15 0.15 0 0.14
HSL 240º 0.33% 0.8% -
HSV(B) 240º 0.15% 0.86% -
XYZ 50.73 50.72 74.83 -
YUV 189.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 186 186 220 0.15 0.15 0 0.14 240 0.33 0.8
Hex BA BA DC F F 0 E F0 21 50
Octal 272 272 334 17 17 0 16 360 41 120
Binary 10111010 10111010 11011100 1111 1111 0 1110 11110000 100001 1010000

Color Harmonies of #BABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABADC

Black with #BABADC

Text Example


Text Example

White with #BABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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