#BCBEBA

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

Shades of Pumice #BCBEBA

Tints of Pumice #BCBEBA

Color information

#BCBEBA (or 0xBCBEBA) is unknown color: approx Pumice. HEX triplet: BC, BE and BA. RGB value is (188,190,186). Sum of RGB (Red+Green+Blue) = 188+190+186=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBA is #434145. Grayscale: #BCBCBC. Windows color (decimal): -4407622 or 12238524. OLE color: 12238524.

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

Color convert

RGB188190186-
CMYK0.0100.020.25
HSL90º2.99%73.73%-
HSV(B)90º2.11%74.51%-
XYZ48.0251.0653.78-
YUV188.95126.34127.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=33.33%
G=33.69%
B=32.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901860.0100.020.25902.9973.73
HexBCBEBA102195a34a
Octal274276272102311323112
Binary1011110010111110101110101010110011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEBA; }

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

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

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

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

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

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

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

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