Html Css Color HEX #BABCD5 Lavender Grey

📋 copy color: '#BABCD5'

red 186 ◦ green 188 ◦ blue 213

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

Shades of Lavender Grey #BABCD5

Tints of Lavender Grey #BABCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.29%

R = 31.69%
G = 32.03%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BABCD5 (or 0xBABCD5) is known color: Lavender Grey. HEX triplet: BA, BC and D5. RGB value is (186,188,213). Sum of RGB (Red+Green+Blue) = 186+188+213=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #BABCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD5 is #45432A. Grayscale: #BEBEBE. Windows color (decimal): -4539179 or 14007482. OLE color: 14007482.

HSL color Cylindrical-coordinate representation of color #BABCD5: hue angle of 235.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABCD5 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 188 213 -
CMYK 0.13 0.12 0 0.16
HSL 235.56º 0.24% 0.78% -
HSV(B) 235.56º 0.13% 0.84% -
XYZ 50.24 51.21 70.19 -
YUV 190.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 186 188 213 0.13 0.12 0 0.16 235.56 0.24 0.78
Hex BA BC D5 D C 0 10 EC 18 4E
Octal 272 274 325 15 14 0 20 354 30 116
Binary 10111010 10111100 11010101 1101 1100 0 10000 11101100 11000 1001110

Color Harmonies of #BABCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCD5

Black with #BABCD5

Text Example


Text Example

White with #BABCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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