#BEC1BD

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

Shades of Rainee #BEC1BD

Tints of Rainee #BEC1BD

Color information

#BEC1BD (or 0xBEC1BD) is unknown color: approx Rainee. HEX triplet: BE, C1 and BD. RGB value is (190,193,189). Sum of RGB (Red+Green+Blue) = 190+193+189=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BD is #413E42. Grayscale: #BFBFBF. Windows color (decimal): -4275779 or 12435902. OLE color: 12435902.

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

Color convert

RGB190193189-
CMYK0.0200.020.24
HSL105º3.13%74.9%-
HSV(B)105º2.07%75.69%-
XYZ49.4952.7655.72-
YUV191.65126.51126.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=33.22%
G=33.74%
B=33.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931890.0200.020.241053.1374.9
HexBEC1BD202186934b
Octal276301275202301513113
Binary10111110110000011011110110010110001101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1BD; }

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

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

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

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

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

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

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

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