Html Css Color HEX #BABAD2 Lavender Grey

📋 copy color: '#BABAD2'

red 186 ◦ green 186 ◦ blue 210

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

Shades of Lavender Grey #BABAD2

Tints of Lavender Grey #BABAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 31.96%
G = 31.96%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BABAD2 (or 0xBABAD2) is known color: Lavender Grey. HEX triplet: BA, BA and D2. RGB value is (186,186,210). Sum of RGB (Red+Green+Blue) = 186+186+210=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD2 is #45452D. Grayscale: #BCBCBC. Windows color (decimal): -4539694 or 13810362. OLE color: 13810362.

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

Color convert

RGB 186 186 210 -
CMYK 0.11 0.11 0 0.18
HSL 240º 0.21% 0.78% -
HSV(B) 240º 0.11% 0.82% -
XYZ 49.44 50.21 68.06 -
YUV 188.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 186 186 210 0.11 0.11 0 0.18 240 0.21 0.78
Hex BA BA D2 B B 0 12 F0 15 4E
Octal 272 272 322 13 13 0 22 360 25 116
Binary 10111010 10111010 11010010 1011 1011 0 10010 11110000 10101 1001110

Color Harmonies of #BABAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAD2

Black with #BABAD2

Text Example


Text Example

White with #BABAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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