#BCCCB3

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

Shades of Pumice #BCCCB3

Tints of Pumice #BCCCB3

Color information

#BCCCB3 (or 0xBCCCB3) is unknown color: approx Pumice. HEX triplet: BC, CC and B3. RGB value is (188,204,179). Sum of RGB (Red+Green+Blue) = 188+204+179=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB3 is #43334C. Grayscale: #C4C4C4. Windows color (decimal): -4404045 or 11783356. OLE color: 11783356.

HSL color Cylindrical-coordinate representation of color #BCCCB3: hue angle of 98.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCCB3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB188204179-
CMYK0.0800.120.2
HSL98.4º19.69%75.1%-
HSV(B)98.4º12.25%80%-
XYZ50.4757.1351.02-
YUV196.37118.2122.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=32.92%
G=35.73%
B=31.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041790.0800.120.298.419.6975.1
HexBCCCB380C1462144b
Octal274314263100142414224113
Binary101111001100110010110011100001100101001100010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCB3; }

 p { color: rgb(188,204,179); }

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

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

 a { background-color: rgb(188,204,179); }

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

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

 span { border-color: rgb(188,204,179); }

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