#BBC1B8

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

Shades of Pumice #BBC1B8

Tints of Pumice #BBC1B8

Color information

#BBC1B8 (or 0xBBC1B8) is unknown color: approx Pumice. HEX triplet: BB, C1 and B8. RGB value is (187,193,184). Sum of RGB (Red+Green+Blue) = 187+193+184=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B8 is #443E47. Grayscale: #BEBEBE. Windows color (decimal): -4472392 or 12108219. OLE color: 12108219.

HSL color Cylindrical-coordinate representation of color #BBC1B8: hue angle of 100º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC1B8 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB187193184-
CMYK0.0300.050.24
HSL100º6.77%73.92%-
HSV(B)100º4.66%75.69%-
XYZ48.2252.1752.88-
YUV190.18124.51125.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=33.16%
G=34.22%
B=32.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931840.0300.050.241006.7773.92
HexBBC1B8305186474a
Octal273301270305301447112
Binary1011101111000001101110001101011100011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1B8; }

 p { color: rgb(187,193,184); }

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

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

 a { background-color: rgb(187,193,184); }

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

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

 span { border-color: rgb(187,193,184); }

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