#BABCD7

Color #BABCD7 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BABCD7

Tints of Lavender Grey #BABCD7

Color information

#BABCD7 (or 0xBABCD7) is unknown color: approx Lavender Grey. HEX triplet: BA, BC and D7. RGB value is (186,188,215). Sum of RGB (Red+Green+Blue) = 186+188+215=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #BABCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCD7 is #454328. Grayscale: #BEBEBE. Windows color (decimal): -4539177 or 14138554. OLE color: 14138554.

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

Color convert

RGB186188215-
CMYK0.130.1300.16
HSL235.86º26.61%78.63%-
HSV(B)235.86º13.49%84.31%-
XYZ50.551.3171.53-
YUV190.48141.84124.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=31.58%
G=31.92%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861882150.130.1300.16235.8626.6178.63
HexBABCD7DD010ec1b4f
Octal272274327151502035433117
Binary1011101010111100110101111101110101000011101100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCD7; }

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

 H1.HeaderClassName
 {
   color: #BABCD7;
 }
 .AnyTagClassName
 {
   color: #BABCD7;
 }
</style>
background-color css

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

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

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

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

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

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