#BEBBED

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

Shades of Lavender Grey #BEBBED

Tints of Lavender Grey #BEBBED

Color information

#BEBBED (or 0xBEBBED) is unknown color: approx Lavender Grey. HEX triplet: BE, BB and ED. RGB value is (190,187,237). Sum of RGB (Red+Green+Blue) = 190+187+237=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBED is #414412. Grayscale: #C1C1C1. Windows color (decimal): -4277267 or 15580094. OLE color: 15580094.

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

Color convert

RGB190187237-
CMYK0.200.2100.07
HSL243.6º58.14%83.14%-
HSV(B)243.6º21.1%92.94%-
XYZ54.2952.687.41-
YUV193.6152.49125.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=30.94%
G=30.46%
B=38.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901872370.200.2100.07243.658.1483.14
HexBEBBED141507f43a53
Octal27627335524250736472123
Binary10111110101110111110110110100101010111111101001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBED; }

 p { color: rgb(190,187,237); }

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

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

 a { background-color: rgb(190,187,237); }

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

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

 span { border-color: rgb(190,187,237); }

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