#BEC8B6

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

Shades of Pumice #BEC8B6

Tints of Pumice #BEC8B6

Color information

#BEC8B6 (or 0xBEC8B6) is unknown color: approx Pumice. HEX triplet: BE, C8 and B6. RGB value is (190,200,182). Sum of RGB (Red+Green+Blue) = 190+200+182=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B6 is #413749. Grayscale: #C3C3C3. Windows color (decimal): -4273994 or 11978942. OLE color: 11978942.

HSL color Cylindrical-coordinate representation of color #BEC8B6: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC8B6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB190200182-
CMYK0.0500.090.22
HSL93.33º14.06%74.9%-
HSV(B)93.33º9%78.43%-
XYZ50.3355.6352.34-
YUV194.96120.69124.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=33.22%
G=34.97%
B=31.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001820.0500.090.2293.3314.0674.9
HexBEC8B6509165de4b
Octal27631026650112613516113
Binary1011111011001000101101101010100110110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B6; }

 p { color: rgb(190,200,182); }

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

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

 a { background-color: rgb(190,200,182); }

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

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

 span { border-color: rgb(190,200,182); }

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