#BCC4B6

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

Shades of Pumice #BCC4B6

Tints of Pumice #BCC4B6

Color information

#BCC4B6 (or 0xBCC4B6) is unknown color: approx Pumice. HEX triplet: BC, C4 and B6. RGB value is (188,196,182). Sum of RGB (Red+Green+Blue) = 188+196+182=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4B6 is #433B49. Grayscale: #C0C0C0. Windows color (decimal): -4406090 or 11977916. OLE color: 11977916.

HSL color Cylindrical-coordinate representation of color #BCC4B6: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC4B6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB188196182-
CMYK0.0400.070.23
HSL94.29º10.61%74.12%-
HSV(B)94.29º7.14%76.86%-
XYZ48.9253.5552.01-
YUV192.01122.35125.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=33.22%
G=34.63%
B=32.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961820.0400.070.2394.2910.6174.12
HexBCC4B6407175eb4a
Octal2743042664072713613112
Binary101111001100010010110110100011110111101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4B6; }

 p { color: rgb(188,196,182); }

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

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

 a { background-color: rgb(188,196,182); }

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

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

 span { border-color: rgb(188,196,182); }

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