#BEC0CB

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

Shades of Lavender Grey #BEC0CB

Tints of Lavender Grey #BEC0CB

Color information

#BEC0CB (or 0xBEC0CB) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and CB. RGB value is (190,192,203). Sum of RGB (Red+Green+Blue) = 190+192+203=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CB is #413F34. Grayscale: #C0C0C0. Windows color (decimal): -4276021 or 13353150. OLE color: 13353150.

HSL color Cylindrical-coordinate representation of color #BEC0CB: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC0CB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190192203-
CMYK0.060.0500.20
HSL230.77º11.11%77.06%-
HSV(B)230.77º6.4%79.61%-
XYZ50.8652.9664.04-
YUV192.66133.84126.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.48%
G=32.82%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901922030.060.0500.20230.7711.1177.06
HexBEC0CB65014e7b4d
Octal2763003136502434713115
Binary1011111011000000110010111101010101001110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0CB; }

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

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

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

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

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

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

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

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