#BEBED0

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

Shades of Lavender Grey #BEBED0

Tints of Lavender Grey #BEBED0

Color information

#BEBED0 (or 0xBEBED0) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and D0. RGB value is (190,190,208). Sum of RGB (Red+Green+Blue) = 190+190+208=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBED0 is #41412F. Grayscale: #BFBFBF. Windows color (decimal): -4276528 or 13680318. OLE color: 13680318.

HSL color Cylindrical-coordinate representation of color #BEBED0: hue angle of 240º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBED0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190190208-
CMYK0.090.0900.18
HSL240º16.07%78.04%-
HSV(B)240º8.65%81.57%-
XYZ51.0352.3367.09-
YUV192.05137126.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=32.31%
G=32.31%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901902080.090.0900.1824016.0778.04
HexBEBED099012f0104e
Octal276276320111102236020116
Binary1011111010111110110100001001100101001011110000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBED0; }

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

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

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

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

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

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

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

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