#BABBE0

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

Shades of Lavender Grey #BABBE0

Tints of Lavender Grey #BABBE0

Color information

#BABBE0 (or 0xBABBE0) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and E0. RGB value is (186,187,224). Sum of RGB (Red+Green+Blue) = 186+187+224=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #BABBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE0 is #45441F. Grayscale: #BEBEBE. Windows color (decimal): -4539424 or 14728122. OLE color: 14728122.

HSL color Cylindrical-coordinate representation of color #BABBE0: hue angle of 238.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABBE0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186187224-
CMYK0.170.1700.12
HSL238.42º38%80.39%-
HSV(B)238.42º16.96%87.84%-
XYZ51.4751.3677.72-
YUV190.92146.67124.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=31.16%
G=31.32%
B=37.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861872240.170.1700.12238.423880.39
HexBABBE011110Cee2650
Octal272273340212101435646120
Binary101110101011101111100000100011000101100111011101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBE0; }

 p { color: rgb(186,187,224); }

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

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

 a { background-color: rgb(186,187,224); }

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

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

 span { border-color: rgb(186,187,224); }

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