#BEBCD3

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

Shades of Lavender Grey #BEBCD3

Tints of Lavender Grey #BEBCD3

Color information

#BEBCD3 (or 0xBEBCD3) is unknown color: approx Lavender Grey. HEX triplet: BE, BC and D3. RGB value is (190,188,211). Sum of RGB (Red+Green+Blue) = 190+188+211=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD3 is #41432C. Grayscale: #BFBFBF. Windows color (decimal): -4277037 or 13876414. OLE color: 13876414.

HSL color Cylindrical-coordinate representation of color #BEBCD3: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBCD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190188211-
CMYK0.100.1100.17
HSL245.22º20.72%78.24%-
HSV(B)245.22º10.9%82.75%-
XYZ50.9851.6268.9-
YUV191.22139.16127.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 211 (82.81% from 255) = 35.82%
R=32.26%
G=31.92%
B=35.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901882110.100.1100.17245.2220.7278.24
HexBEBCD3AB011f5154e
Octal276274323121302136525116
Binary1011111010111100110100111010101101000111110101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCD3; }

 p { color: rgb(190,188,211); }

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

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

 a { background-color: rgb(190,188,211); }

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

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

 span { border-color: rgb(190,188,211); }

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