#BEBFD0

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

Shades of Lavender Grey #BEBFD0

Tints of Lavender Grey #BEBFD0

Color information

#BEBFD0 (or 0xBEBFD0) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and D0. RGB value is (190,191,208). Sum of RGB (Red+Green+Blue) = 190+191+208=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD0 is #41402F. Grayscale: #C0C0C0. Windows color (decimal): -4276272 or 13680574. OLE color: 13680574.

HSL color Cylindrical-coordinate representation of color #BEBFD0: hue angle of 236.67º 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 #BEBFD0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190191208-
CMYK0.090.0800.18
HSL236.67º16.07%78.04%-
HSV(B)236.67º8.65%81.57%-
XYZ51.2552.7667.16-
YUV192.64136.67126.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=32.26%
G=32.43%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901912080.090.0800.18236.6716.0778.04
HexBEBFD098012ed104e
Octal276277320111002235520116
Binary1011111010111111110100001001100001001011101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFD0; }

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

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

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

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

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

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

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

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