#BEC5BA

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

Shades of Pumice #BEC5BA

Tints of Pumice #BEC5BA

Color information

#BEC5BA (or 0xBEC5BA) is unknown color: approx Pumice. HEX triplet: BE, C5 and BA. RGB value is (190,197,186). Sum of RGB (Red+Green+Blue) = 190+197+186=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BA is #413A45. Grayscale: #C1C1C1. Windows color (decimal): -4274758 or 12240318. OLE color: 12240318.

HSL color Cylindrical-coordinate representation of color #BEC5BA: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC5BA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB190197186-
CMYK0.0400.060.23
HSL98.18º8.66%75.1%-
HSV(B)98.18º5.58%77.25%-
XYZ50.0654.4254.32-
YUV193.65123.68125.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=33.16%
G=34.38%
B=32.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971860.0400.060.2398.188.6675.1
HexBEC5BA406176294b
Octal2763052724062714211113
Binary101111101100010110111010100011010111110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC5BA; }

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

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

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

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

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

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

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

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