#BABEDB

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

Shades of Lavender Grey #BABEDB

Tints of Lavender Grey #BABEDB

Color information

#BABEDB (or 0xBABEDB) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and DB. RGB value is (186,190,219). Sum of RGB (Red+Green+Blue) = 186+190+219=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BABEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEDB is #454124. Grayscale: #BFBFBF. Windows color (decimal): -4538661 or 14401210. OLE color: 14401210.

HSL color Cylindrical-coordinate representation of color #BABEDB: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABEDB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186190219-
CMYK0.150.1300.14
HSL232.73º31.43%79.41%-
HSV(B)232.73º15.07%85.88%-
XYZ51.4552.3874.42-
YUV192.11143.17123.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=31.26%
G=31.93%
B=36.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861902190.150.1300.14232.7331.4379.41
HexBABEDBFD0Ee91f4f
Octal272276333171501635137117
Binary101110101011111011011011111111010111011101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEDB; }

 p { color: rgb(186,190,219); }

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

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

 a { background-color: rgb(186,190,219); }

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

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

 span { border-color: rgb(186,190,219); }

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