Html Css Color HEX #BABCD8 Lavender Grey

📋 copy color: '#BABCD8'

red 186 ◦ green 188 ◦ blue 216

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

Shades of Lavender Grey #BABCD8

Tints of Lavender Grey #BABCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.86%

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

R = 31.53%
G = 31.86%
B = 36.61%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BABCD8 (or 0xBABCD8) is known color: Lavender Grey. HEX triplet: BA, BC and D8. RGB value is (186,188,216). Sum of RGB (Red+Green+Blue) = 186+188+216=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #BABCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD8 is #454327. Grayscale: #BEBEBE. Windows color (decimal): -4539176 or 14204090. OLE color: 14204090.

HSL color Cylindrical-coordinate representation of color #BABCD8: hue angle of 236º 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 #BABCD8 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 188 216 -
CMYK 0.14 0.13 0 0.15
HSL 236º 0.28% 0.79% -
HSV(B) 236º 0.14% 0.85% -
XYZ 50.63 51.36 72.21 -
YUV 190.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 186 188 216 0.14 0.13 0 0.15 236 0.28 0.79
Hex BA BC D8 E D 0 F EC 1C 4F
Octal 272 274 330 16 15 0 17 354 34 117
Binary 10111010 10111100 11011000 1110 1101 0 1111 11101100 11100 1001111

Color Harmonies of #BABCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCD8

Black with #BABCD8

Text Example


Text Example

White with #BABCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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