#BEBED8

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

Shades of Lavender Grey #BEBED8

Tints of Lavender Grey #BEBED8

Color information

#BEBED8 (or 0xBEBED8) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and D8. RGB value is (190,190,216). Sum of RGB (Red+Green+Blue) = 190+190+216=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED8 is #414127. Grayscale: #C0C0C0. Windows color (decimal): -4276520 or 14204606. OLE color: 14204606.

HSL color Cylindrical-coordinate representation of color #BEBED8: hue angle of 240º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBED8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190190216-
CMYK0.120.1200.15
HSL240º25%79.61%-
HSV(B)240º12.04%84.71%-
XYZ52.0452.7372.4-
YUV192.96141125.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=31.88%
G=31.88%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901902160.120.1200.152402579.61
HexBEBED8CC0Ff01950
Octal276276330141401736031120
Binary101111101011111011011000110011000111111110000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBED8; }

 p { color: rgb(190,190,216); }

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

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

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

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

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

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

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