#BEC1C0

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

Shades of Tiara #BEC1C0

Tints of Tiara #BEC1C0

Color information

#BEC1C0 (or 0xBEC1C0) is unknown color: approx Tiara. HEX triplet: BE, C1 and C0. RGB value is (190,193,192). Sum of RGB (Red+Green+Blue) = 190+193+192=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1C0 is #413E3F. Grayscale: #BFBFBF. Windows color (decimal): -4275776 or 12632510. OLE color: 12632510.

HSL color Cylindrical-coordinate representation of color #BEC1C0: hue angle of 160º degrees, saturation: 0.02, 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 #BEC1C0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB190193192-
CMYK0.0200.010.24
HSL160º2.36%75.1%-
HSV(B)160º1.55%75.69%-
XYZ49.8252.8957.45-
YUV191.99128.01126.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=33.04%
G=33.57%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931920.0200.010.241602.3675.1
HexBEC1C020118a024b
Octal276301300201302402113
Binary10111110110000011100000010011100010100000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1C0; }

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

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

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

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

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

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

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

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