#BEC0CF

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

Shades of Lavender Grey #BEC0CF

Tints of Lavender Grey #BEC0CF

Color information

#BEC0CF (or 0xBEC0CF) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and CF. RGB value is (190,192,207). Sum of RGB (Red+Green+Blue) = 190+192+207=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CF is #413F30. Grayscale: #C1C1C1. Windows color (decimal): -4276017 or 13615294. OLE color: 13615294.

HSL color Cylindrical-coordinate representation of color #BEC0CF: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC0CF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190192207-
CMYK0.080.0700.19
HSL232.94º15.04%77.84%-
HSV(B)232.94º8.21%81.18%-
XYZ51.3553.1566.58-
YUV193.11135.84125.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=32.26%
G=32.60%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901922070.080.0700.19232.9415.0477.84
HexBEC0CF87013e9f4e
Octal27630031710702335117116
Binary10111110110000001100111110001110100111110100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0CF; }

 p { color: rgb(190,192,207); }

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

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

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

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

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

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

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