#BCC0B9

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

Shades of Pumice #BCC0B9

Tints of Pumice #BCC0B9

Color information

#BCC0B9 (or 0xBCC0B9) is unknown color: approx Pumice. HEX triplet: BC, C0 and B9. RGB value is (188,192,185). Sum of RGB (Red+Green+Blue) = 188+192+185=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B9 is #433F46. Grayscale: #BEBEBE. Windows color (decimal): -4407111 or 12173500. OLE color: 12173500.

HSL color Cylindrical-coordinate representation of color #BCC0B9: hue angle of 94.29º degrees, saturation: 0.05, 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 #BCC0B9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB188192185-
CMYK0.0200.040.25
HSL94.29º5.26%73.92%-
HSV(B)94.29º3.65%75.29%-
XYZ48.3551.8953.37-
YUV190.01125.17126.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=33.27%
G=33.98%
B=32.74%

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
Decimal1881921850.0200.040.2594.295.2673.92
HexBCC0B9204195e54a
Octal274300271204311365112
Binary1011110011000000101110011001001100110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0B9; }

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

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

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

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

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

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

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

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