Html Css Color HEX #BABAD8 Lavender Grey

📋 copy color: '#BABAD8'

red 186 ◦ green 186 ◦ blue 216

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

Shades of Lavender Grey #BABAD8

Tints of Lavender Grey #BABAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 31.63%
G = 31.63%
B = 36.73%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BABAD8 (or 0xBABAD8) is known color: Lavender Grey. HEX triplet: BA, BA and D8. RGB value is (186,186,216). Sum of RGB (Red+Green+Blue) = 186+186+216=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #BABAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD8 is #454527. Grayscale: #BDBDBD. Windows color (decimal): -4539688 or 14203578. OLE color: 14203578.

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

Color convert

RGB 186 186 216 -
CMYK 0.14 0.14 0 0.15
HSL 240º 0.28% 0.79% -
HSV(B) 240º 0.14% 0.85% -
XYZ 50.2 50.51 72.07 -
YUV 189.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 186 186 216 0.14 0.14 0 0.15 240 0.28 0.79
Hex BA BA D8 E E 0 F F0 1C 4F
Octal 272 272 330 16 16 0 17 360 34 117
Binary 10111010 10111010 11011000 1110 1110 0 1111 11110000 11100 1001111

Color Harmonies of #BABAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAD8

Black with #BABAD8

Text Example


Text Example

White with #BABAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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