#BCCEB1

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

Shades of Pumice #BCCEB1

Tints of Pumice #BCCEB1

Color information

#BCCEB1 (or 0xBCCEB1) is unknown color: approx Pumice. HEX triplet: BC, CE and B1. RGB value is (188,206,177). Sum of RGB (Red+Green+Blue) = 188+206+177=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB1 is #43314E. Grayscale: #C5C5C5. Windows color (decimal): -4403535 or 11652796. OLE color: 11652796.

HSL color Cylindrical-coordinate representation of color #BCCEB1: hue angle of 97.24º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCEB1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB188206177-
CMYK0.0900.140.19
HSL97.24º22.83%75.1%-
HSV(B)97.24º14.08%80.78%-
XYZ50.7558.0150.12-
YUV197.31116.54121.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=32.92%
G=36.08%
B=31.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061770.0900.140.1997.2422.8375.1
HexBCCEB190E1361174b
Octal274316261110162314127113
Binary101111001100111010110001100101110100111100001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEB1; }

 p { color: rgb(188,206,177); }

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

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

 a { background-color: rgb(188,206,177); }

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

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

 span { border-color: rgb(188,206,177); }

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