#BEBFED

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

Shades of Lavender Grey #BEBFED

Tints of Lavender Grey #BEBFED

Color information

#BEBFED (or 0xBEBFED) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and ED. RGB value is (190,191,237). Sum of RGB (Red+Green+Blue) = 190+191+237=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFED is #414012. Grayscale: #C3C3C3. Windows color (decimal): -4276243 or 15581118. OLE color: 15581118.

HSL color Cylindrical-coordinate representation of color #BEBFED: hue angle of 238.72º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBFED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190191237-
CMYK0.200.1900.07
HSL238.72º56.63%83.73%-
HSV(B)238.72º19.83%92.94%-
XYZ55.1554.3287.7-
YUV195.94151.17123.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=30.74%
G=30.91%
B=38.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901912370.200.1900.07238.7256.6383.73
HexBEBFED141307ef3954
Octal27627735524230735771124
Binary10111110101111111110110110100100110111111011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFED; }

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

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

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

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

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

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

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

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