#BEC0BF

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

Shades of Tiara #BEC0BF

Tints of Tiara #BEC0BF

Color information

#BEC0BF (or 0xBEC0BF) is unknown color: approx Tiara. HEX triplet: BE, C0 and BF. RGB value is (190,192,191). Sum of RGB (Red+Green+Blue) = 190+192+191=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BF is #413F40. Grayscale: #BFBFBF. Windows color (decimal): -4276033 or 12566718. OLE color: 12566718.

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

Color convert

RGB190192191-
CMYK0.0100.010.25
HSL150º1.56%74.9%-
HSV(B)150º1.04%75.29%-
XYZ49.4952.4156.8-
YUV191.29127.84127.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 33.33%
R=33.16%
G=33.51%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921910.0100.010.251501.5674.9
HexBEC0BF101199624b
Octal276300277101312262113
Binary1011111011000000101111111011100110010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0BF; }

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

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

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

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

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

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

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

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