#BBC8B3

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

Shades of Pumice #BBC8B3

Tints of Pumice #BBC8B3

Color information

#BBC8B3 (or 0xBBC8B3) is unknown color: approx Pumice. HEX triplet: BB, C8 and B3. RGB value is (187,200,179). Sum of RGB (Red+Green+Blue) = 187+200+179=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B3 is #44374C. Grayscale: #C1C1C1. Windows color (decimal): -4470605 or 11782331. OLE color: 11782331.

HSL color Cylindrical-coordinate representation of color #BBC8B3: hue angle of 97.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC8B3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB187200179-
CMYK0.0600.100.22
HSL97.14º16.03%74.31%-
HSV(B)97.14º10.5%78.43%-
XYZ49.2855.1350.69-
YUV193.72119.69123.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=33.04%
G=35.34%
B=31.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001790.0600.100.2297.1416.0374.31
HexBBC8B360A1661104a
Octal27331026360122614120112
Binary10111011110010001011001111001010101101100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8B3; }

 p { color: rgb(187,200,179); }

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

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

 a { background-color: rgb(187,200,179); }

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

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

 span { border-color: rgb(187,200,179); }

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