#BABBEB

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

Shades of Lavender Grey #BABBEB

Tints of Lavender Grey #BABBEB

Color information

#BABBEB (or 0xBABBEB) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and EB. RGB value is (186,187,235). Sum of RGB (Red+Green+Blue) = 186+187+235=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEB is #454414. Grayscale: #BFBFBF. Windows color (decimal): -4539413 or 15449018. OLE color: 15449018.

HSL color Cylindrical-coordinate representation of color #BABBEB: hue angle of 238.78º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABBEB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186187235-
CMYK0.210.2000.08
HSL238.78º55.06%82.55%-
HSV(B)238.78º20.85%92.16%-
XYZ53.0251.9885.84-
YUV192.17152.17123.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=30.59%
G=30.76%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861872350.210.2000.08238.7855.0682.55
HexBABBEB151408ef3753
Octal272273353252401035767123
Binary101110101011101111101011101011010001000111011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBEB; }

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

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

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

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

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

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

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

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