#BEC3BD

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

Shades of Rainee #BEC3BD

Tints of Rainee #BEC3BD

Color information

#BEC3BD (or 0xBEC3BD) is unknown color: approx Rainee. HEX triplet: BE, C3 and BD. RGB value is (190,195,189). Sum of RGB (Red+Green+Blue) = 190+195+189=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3BD is #413C42. Grayscale: #C0C0C0. Windows color (decimal): -4275267 or 12436414. OLE color: 12436414.

HSL color Cylindrical-coordinate representation of color #BEC3BD: hue angle of 110º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEC3BD is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB190195189-
CMYK0.0300.030.24
HSL110º4.76%75.29%-
HSV(B)110º3.08%76.47%-
XYZ49.9453.6555.87-
YUV192.82125.84125.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=33.10%
G=33.97%
B=32.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951890.0300.030.241104.7675.29
HexBEC3BD303186e54b
Octal276303275303301565113
Binary101111101100001110111101110111100011011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3BD; }

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

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

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

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

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

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

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

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