#BCC0B8

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

Shades of Pumice #BCC0B8

Tints of Pumice #BCC0B8

Color information

#BCC0B8 (or 0xBCC0B8) is unknown color: approx Pumice. HEX triplet: BC, C0 and B8. RGB value is (188,192,184). Sum of RGB (Red+Green+Blue) = 188+192+184=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B8 is #433F47. Grayscale: #BDBDBD. Windows color (decimal): -4407112 or 12107964. OLE color: 12107964.

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

Color convert

RGB188192184-
CMYK0.0200.040.25
HSL90º5.97%73.73%-
HSV(B)90º4.17%75.29%-
XYZ48.2451.8552.81-
YUV189.89124.67126.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=33.33%
G=34.04%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921840.0200.040.25905.9773.73
HexBCC0B8204195a64a
Octal274300270204311326112
Binary1011110011000000101110001001001100110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0B8; }

 p { color: rgb(188,192,184); }

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

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

 a { background-color: rgb(188,192,184); }

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

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

 span { border-color: rgb(188,192,184); }

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