#BABDE5

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

Shades of Lavender Grey #BABDE5

Tints of Lavender Grey #BABDE5

Color information

#BABDE5 (or 0xBABDE5) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and E5. RGB value is (186,189,229). Sum of RGB (Red+Green+Blue) = 186+189+229=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDE5 is #45421A. Grayscale: #C0C0C0. Windows color (decimal): -4538907 or 15056314. OLE color: 15056314.

HSL color Cylindrical-coordinate representation of color #BABDE5: hue angle of 235.81º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABDE5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186189229-
CMYK0.190.1700.10
HSL235.81º45.26%81.37%-
HSV(B)235.81º18.78%89.8%-
XYZ52.5952.4981.49-
YUV192.66148.51123.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=30.79%
G=31.29%
B=37.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861892290.190.1700.10235.8145.2681.37
HexBABDE513110Aec2d51
Octal272275345232101235455121
Binary101110101011110111100101100111000101010111011001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDE5; }

 p { color: rgb(186,189,229); }

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

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

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

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

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

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

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