#BCC7B4

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

Shades of Pumice #BCC7B4

Tints of Pumice #BCC7B4

Color information

#BCC7B4 (or 0xBCC7B4) is unknown color: approx Pumice. HEX triplet: BC, C7 and B4. RGB value is (188,199,180). Sum of RGB (Red+Green+Blue) = 188+199+180=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7B4 is #43384B. Grayscale: #C1C1C1. Windows color (decimal): -4405324 or 11847612. OLE color: 11847612.

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

Color convert

RGB188199180-
CMYK0.0600.100.22
HSL94.74º14.5%74.31%-
HSV(B)94.74º9.55%78.04%-
XYZ49.454.8351.16-
YUV193.54120.36124.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=33.16%
G=35.10%
B=31.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991800.0600.100.2294.7414.574.31
HexBCC7B460A165ff4a
Octal27430726460122613717112
Binary1011110011000111101101001100101010110101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7B4; }

 p { color: rgb(188,199,180); }

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

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

 a { background-color: rgb(188,199,180); }

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

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

 span { border-color: rgb(188,199,180); }

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