#BEC5BD

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

Shades of Rainee #BEC5BD

Tints of Rainee #BEC5BD

Color information

#BEC5BD (or 0xBEC5BD) is unknown color: approx Rainee. HEX triplet: BE, C5 and BD. RGB value is (190,197,189). Sum of RGB (Red+Green+Blue) = 190+197+189=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BD is #413A42. Grayscale: #C2C2C2. Windows color (decimal): -4274755 or 12436926. OLE color: 12436926.

HSL color Cylindrical-coordinate representation of color #BEC5BD: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC5BD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB190197189-
CMYK0.0400.040.23
HSL112.5º6.45%75.69%-
HSV(B)112.5º4.06%77.25%-
XYZ50.3954.5556.02-
YUV193.99125.18125.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=32.99%
G=34.20%
B=32.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971890.0400.040.23112.56.4575.69
HexBEC5BD404177064c
Octal276305275404271606114
Binary10111110110001011011110110001001011111100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5BD; }

 p { color: rgb(190,197,189); }

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

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

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

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

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

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

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