Html Css Color HEX #BABADB Lavender Grey

📋 copy color: '#BABADB'

red 186 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #BABADB

Tints of Lavender Grey #BABADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 31.47%
G = 31.47%
B = 37.06%

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

#BABADB (or 0xBABADB) is known color: Lavender Grey. HEX triplet: BA, BA and DB. RGB value is (186,186,219). Sum of RGB (Red+Green+Blue) = 186+186+219=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADB is #454524. Grayscale: #BDBDBD. Windows color (decimal): -4539685 or 14400186. OLE color: 14400186.

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

Color convert

RGB 186 186 219 -
CMYK 0.15 0.15 0 0.14
HSL 240º 0.31% 0.79% -
HSV(B) 240º 0.15% 0.86% -
XYZ 50.59 50.67 74.13 -
YUV 189.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 186 186 219 0.15 0.15 0 0.14 240 0.31 0.79
Hex BA BA DB F F 0 E F0 1F 4F
Octal 272 272 333 17 17 0 16 360 37 117
Binary 10111010 10111010 11011011 1111 1111 0 1110 11110000 11111 1001111

Color Harmonies of #BABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABADB

Black with #BABADB

Text Example


Text Example

White with #BABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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