#BCCAB0

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

Shades of Pumice #BCCAB0

Tints of Pumice #BCCAB0

Color information

#BCCAB0 (or 0xBCCAB0) is unknown color: approx Pumice. HEX triplet: BC, CA and B0. RGB value is (188,202,176). Sum of RGB (Red+Green+Blue) = 188+202+176=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAB0 is #43354F. Grayscale: #C2C2C2. Windows color (decimal): -4404560 or 11586236. OLE color: 11586236.

HSL color Cylindrical-coordinate representation of color #BCCAB0: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCAB0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB188202176-
CMYK0.0700.130.21
HSL92.31º19.7%74.12%-
HSV(B)92.31º12.87%79.22%-
XYZ49.756.0749.28-
YUV194.85117.36123.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=33.22%
G=35.69%
B=31.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021760.0700.130.2192.3119.774.12
HexBCCAB070D155c144a
Octal27431226070152513424112
Binary10111100110010101011000011101101101011011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAB0; }

 p { color: rgb(188,202,176); }

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

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

 a { background-color: rgb(188,202,176); }

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

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

 span { border-color: rgb(188,202,176); }

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