#BCC6B5

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

Shades of Pumice #BCC6B5

Tints of Pumice #BCC6B5

Color information

#BCC6B5 (or 0xBCC6B5) is unknown color: approx Pumice. HEX triplet: BC, C6 and B5. RGB value is (188,198,181). Sum of RGB (Red+Green+Blue) = 188+198+181=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6B5 is #43394A. Grayscale: #C1C1C1. Windows color (decimal): -4405579 or 11912892. OLE color: 11912892.

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

Color convert

RGB188198181-
CMYK0.0500.090.22
HSL95.29º12.98%74.31%-
HSV(B)95.29º8.59%77.65%-
XYZ49.2754.4251.62-
YUV193.07121.19124.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=33.16%
G=34.92%
B=31.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981810.0500.090.2295.2912.9874.31
HexBCC6B5509165fd4a
Octal27430626550112613715112
Binary1011110011000110101101011010100110110101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6B5; }

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

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

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

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

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

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

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

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