#BCCBB4

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

Shades of Pumice #BCCBB4

Tints of Pumice #BCCBB4

Color information

#BCCBB4 (or 0xBCCBB4) is unknown color: approx Pumice. HEX triplet: BC, CB and B4. RGB value is (188,203,180). Sum of RGB (Red+Green+Blue) = 188+203+180=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBB4 is #43344B. Grayscale: #C3C3C3. Windows color (decimal): -4404300 or 11848636. OLE color: 11848636.

HSL color Cylindrical-coordinate representation of color #BCCBB4: hue angle of 99.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCBB4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB188203180-
CMYK0.0700.110.20
HSL99.13º18.11%75.1%-
HSV(B)99.13º11.33%79.61%-
XYZ50.3356.751.47-
YUV195.89119.03122.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=32.92%
G=35.55%
B=31.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031800.0700.110.2099.1318.1175.1
HexBCCBB470B1463124b
Octal27431326470132414322113
Binary10111100110010111011010011101011101001100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBB4; }

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

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

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

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

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

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

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

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