Html Css Color HEX #BABCD9 Lavender Grey

📋 copy color: '#BABCD9'

red 186 ◦ green 188 ◦ blue 217

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

Shades of Lavender Grey #BABCD9

Tints of Lavender Grey #BABCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 31.47%
G = 31.81%
B = 36.72%

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

#BABCD9 (or 0xBABCD9) is known color: Lavender Grey. HEX triplet: BA, BC and D9. RGB value is (186,188,217). Sum of RGB (Red+Green+Blue) = 186+188+217=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD9 is #454326. Grayscale: #BEBEBE. Windows color (decimal): -4539175 or 14269626. OLE color: 14269626.

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

Color convert

RGB 186 188 217 -
CMYK 0.14 0.13 0 0.15
HSL 236.13º 0.29% 0.79% -
HSV(B) 236.13º 0.14% 0.85% -
XYZ 50.76 51.42 72.89 -
YUV 190.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 186 188 217 0.14 0.13 0 0.15 236.13 0.29 0.79
Hex BA BC D9 E D 0 F EC 1D 4F
Octal 272 274 331 16 15 0 17 354 35 117
Binary 10111010 10111100 11011001 1110 1101 0 1111 11101100 11101 1001111

Color Harmonies of #BABCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCD9

Black with #BABCD9

Text Example


Text Example

White with #BABCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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