#BEC1BB

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

Shades of Pumice #BEC1BB

Tints of Pumice #BEC1BB

Color information

#BEC1BB (or 0xBEC1BB) is unknown color: approx Pumice. HEX triplet: BE, C1 and BB. RGB value is (190,193,187). Sum of RGB (Red+Green+Blue) = 190+193+187=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BB is #413E44. Grayscale: #BFBFBF. Windows color (decimal): -4275781 or 12304830. OLE color: 12304830.

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

Color convert

RGB190193187-
CMYK0.0200.030.24
HSL90º4.62%74.51%-
HSV(B)90º3.11%75.69%-
XYZ49.2752.6754.58-
YUV191.42125.51126.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=33.33%
G=33.86%
B=32.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931870.0200.030.24904.6274.51
HexBEC1BB203185a54b
Octal276301273203301325113
Binary101111101100000110111011100111100010110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1BB; }

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

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

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

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

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

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

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

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