#BABBE2

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

Shades of Lavender Grey #BABBE2

Tints of Lavender Grey #BABBE2

Color information

#BABBE2 (or 0xBABBE2) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and E2. RGB value is (186,187,226). Sum of RGB (Red+Green+Blue) = 186+187+226=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #BABBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE2 is #45441D. Grayscale: #BEBEBE. Windows color (decimal): -4539422 or 14859194. OLE color: 14859194.

HSL color Cylindrical-coordinate representation of color #BABBE2: hue angle of 238.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABBE2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186187226-
CMYK0.180.1700.11
HSL238.5º40.82%80.78%-
HSV(B)238.5º17.7%88.63%-
XYZ51.7551.4779.16-
YUV191.15147.67124.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=31.05%
G=31.22%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861872260.180.1700.11238.540.8280.78
HexBABBE212110Bee2951
Octal272273342222101335651121
Binary101110101011101111100010100101000101011111011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBE2; }

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

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

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

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

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

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

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

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