#BCC4B5

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

Shades of Pumice #BCC4B5

Tints of Pumice #BCC4B5

Color information

#BCC4B5 (or 0xBCC4B5) is unknown color: approx Pumice. HEX triplet: BC, C4 and B5. RGB value is (188,196,181). Sum of RGB (Red+Green+Blue) = 188+196+181=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4B5 is #433B4A. Grayscale: #BFBFBF. Windows color (decimal): -4406091 or 11912380. OLE color: 11912380.

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

Color convert

RGB188196181-
CMYK0.0400.080.23
HSL92º11.28%73.92%-
HSV(B)92º7.65%76.86%-
XYZ48.8253.5151.47-
YUV191.9121.85125.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=33.27%
G=34.69%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961810.0400.080.239211.2873.92
HexBCC4B5408175cb4a
Octal27430426540102713413112
Binary1011110011000100101101011000100010111101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4B5; }

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

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

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

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

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

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

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

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