#BCC7B2

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

Shades of Pumice #BCC7B2

Tints of Pumice #BCC7B2

Color information

#BCC7B2 (or 0xBCC7B2) is unknown color: approx Pumice. HEX triplet: BC, C7 and B2. RGB value is (188,199,178). Sum of RGB (Red+Green+Blue) = 188+199+178=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7B2 is #43384D. Grayscale: #C1C1C1. Windows color (decimal): -4405326 or 11716540. OLE color: 11716540.

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

Color convert

RGB188199178-
CMYK0.0600.110.22
HSL91.43º15.79%73.92%-
HSV(B)91.43º10.55%78.04%-
XYZ49.254.7550.09-
YUV193.32119.36124.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=33.27%
G=35.22%
B=31.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881991780.0600.110.2291.4315.7973.92
HexBCC7B260B165b104a
Octal27430726260132613320112
Binary10111100110001111011001011001011101101011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7B2; }

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

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

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

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

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

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

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

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