#BEC5C2

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

Shades of Tiara #BEC5C2

Tints of Tiara #BEC5C2

Color information

#BEC5C2 (or 0xBEC5C2) is unknown color: approx Tiara. HEX triplet: BE, C5 and C2. RGB value is (190,197,194). Sum of RGB (Red+Green+Blue) = 190+197+194=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C2 is #413A3D. Grayscale: #C2C2C2. Windows color (decimal): -4274750 or 12764606. OLE color: 12764606.

HSL color Cylindrical-coordinate representation of color #BEC5C2: hue angle of 154.29º 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 #BEC5C2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB190197194-
CMYK0.0400.020.23
HSL154.29º5.69%75.88%-
HSV(B)154.29º3.55%77.25%-
XYZ50.9454.7758.93-
YUV194.56127.68124.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 197 (77.34% from 255) = 33.91%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=32.70%
G=33.91%
B=33.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971940.0400.020.23154.295.6975.88
HexBEC5C2402179a64c
Octal276305302402272326114
Binary10111110110001011100001010001010111100110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5C2; }

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

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

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

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

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

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

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

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