#BCC8B5

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

Shades of Pumice #BCC8B5

Tints of Pumice #BCC8B5

Color information

#BCC8B5 (or 0xBCC8B5) is unknown color: approx Pumice. HEX triplet: BC, C8 and B5. RGB value is (188,200,181). Sum of RGB (Red+Green+Blue) = 188+200+181=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8B5 is #43374A. Grayscale: #C2C2C2. Windows color (decimal): -4405067 or 11913404. OLE color: 11913404.

HSL color Cylindrical-coordinate representation of color #BCC8B5: hue angle of 97.89º degrees, saturation: 0.15, 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 #BCC8B5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB188200181-
CMYK0.0600.090.22
HSL97.89º14.73%74.71%-
HSV(B)97.89º9.5%78.43%-
XYZ49.7355.3451.78-
YUV194.25120.52123.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=33.04%
G=35.15%
B=31.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001810.0600.090.2297.8914.7374.71
HexBCC8B56091662f4b
Octal27431026560112614217113
Binary1011110011001000101101011100100110110110001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8B5; }

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

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

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

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

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

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

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

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