#BEBDEE

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

Shades of Lavender Grey #BEBDEE

Tints of Lavender Grey #BEBDEE

Color information

#BEBDEE (or 0xBEBDEE) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and EE. RGB value is (190,189,238). Sum of RGB (Red+Green+Blue) = 190+189+238=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDEE is #414211. Grayscale: #C2C2C2. Windows color (decimal): -4276754 or 15646142. OLE color: 15646142.

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

Color convert

RGB190189238-
CMYK0.200.2100.07
HSL241.22º59.04%83.73%-
HSV(B)241.22º20.59%93.33%-
XYZ54.8753.5288.33-
YUV194.88152.33124.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=30.79%
G=30.63%
B=38.57%

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
Decimal1901892380.200.2100.07241.2259.0483.73
HexBEBDEE141507f13b54
Octal27627535624250736173124
Binary10111110101111011110111010100101010111111100011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDEE; }

 p { color: rgb(190,189,238); }

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

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

 a { background-color: rgb(190,189,238); }

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

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

 span { border-color: rgb(190,189,238); }

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