#BCC8B1

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

Shades of Pumice #BCC8B1

Tints of Pumice #BCC8B1

Color information

#BCC8B1 (or 0xBCC8B1) is unknown color: approx Pumice. HEX triplet: BC, C8 and B1. RGB value is (188,200,177). Sum of RGB (Red+Green+Blue) = 188+200+177=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8B1 is #43374E. Grayscale: #C1C1C1. Windows color (decimal): -4405071 or 11651260. OLE color: 11651260.

HSL color Cylindrical-coordinate representation of color #BCC8B1: hue angle of 91.3º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB188200177-
CMYK0.0600.120.22
HSL91.3º17.29%73.92%-
HSV(B)91.3º11.5%78.43%-
XYZ49.3355.1749.64-
YUV193.79118.52123.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=33.27%
G=35.40%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001770.0600.120.2291.317.2973.92
HexBCC8B160C165b114a
Octal27431026160142613321112
Binary10111100110010001011000111001100101101011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8B1; }

 p { color: rgb(188,200,177); }

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

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

 a { background-color: rgb(188,200,177); }

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

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

 span { border-color: rgb(188,200,177); }

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