#BCCAB5

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

Shades of Pumice #BCCAB5

Tints of Pumice #BCCAB5

Color information

#BCCAB5 (or 0xBCCAB5) is unknown color: approx Pumice. HEX triplet: BC, CA and B5. RGB value is (188,202,181). Sum of RGB (Red+Green+Blue) = 188+202+181=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB5 is #43354A. Grayscale: #C3C3C3. Windows color (decimal): -4404555 or 11913916. OLE color: 11913916.

HSL color Cylindrical-coordinate representation of color #BCCAB5: hue angle of 100º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAB5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB188202181-
CMYK0.0700.100.21
HSL100º16.54%75.1%-
HSV(B)100º10.4%79.22%-
XYZ50.256.2751.93-
YUV195.42119.86122.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=32.92%
G=35.38%
B=31.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021810.0700.100.2110016.5475.1
HexBCCAB570A1564114b
Octal27431226570122514421113
Binary10111100110010101011010111101010101011100100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAB5; }

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

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

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

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

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

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

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

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