#BABBE9

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

Shades of Lavender Grey #BABBE9

Tints of Lavender Grey #BABBE9

Color information

#BABBE9 (or 0xBABBE9) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and E9. RGB value is (186,187,233). Sum of RGB (Red+Green+Blue) = 186+187+233=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #BABBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBE9 is #454416. Grayscale: #BFBFBF. Windows color (decimal): -4539415 or 15317946. OLE color: 15317946.

HSL color Cylindrical-coordinate representation of color #BABBE9: hue angle of 238.72º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABBE9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186187233-
CMYK0.200.2000.09
HSL238.72º51.65%82.16%-
HSV(B)238.72º20.17%91.37%-
XYZ52.7351.8684.32-
YUV191.94151.17123.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 233 (91.41% from 255) = 38.45%
R=30.69%
G=30.86%
B=38.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861872330.200.2000.09238.7251.6582.16
HexBABBE9141409ef3452
Octal272273351242401135764122
Binary101110101011101111101001101001010001001111011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBE9; }

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

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

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

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

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

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

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

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