#BABED0

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

Shades of Lavender Grey #BABED0

Tints of Lavender Grey #BABED0

Color information

#BABED0 (or 0xBABED0) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and D0. RGB value is (186,190,208). Sum of RGB (Red+Green+Blue) = 186+190+208=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED0 is #45412F. Grayscale: #BEBEBE. Windows color (decimal): -4538672 or 13680314. OLE color: 13680314.

HSL color Cylindrical-coordinate representation of color #BABED0: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABED0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186190208-
CMYK0.110.0900.18
HSL229.09º18.97%77.25%-
HSV(B)229.09º10.58%81.57%-
XYZ50.0551.8267.04-
YUV190.86137.67124.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=31.85%
G=32.53%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861902080.110.0900.18229.0918.9777.25
HexBABED0B9012e5134d
Octal272276320131102234523115
Binary1011101010111110110100001011100101001011100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABED0; }

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

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

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

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

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

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

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

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