#BBC8B0

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

Shades of Pumice #BBC8B0

Tints of Pumice #BBC8B0

Color information

#BBC8B0 (or 0xBBC8B0) is unknown color: approx Pumice. HEX triplet: BB, C8 and B0. RGB value is (187,200,176). Sum of RGB (Red+Green+Blue) = 187+200+176=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8B0 is #44374F. Grayscale: #C1C1C1. Windows color (decimal): -4470608 or 11585723. OLE color: 11585723.

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

Color convert

RGB187200176-
CMYK0.0600.120.22
HSL92.5º17.91%73.73%-
HSV(B)92.5º12%78.43%-
XYZ48.9855.0149.11-
YUV193.38118.19123.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=33.21%
G=35.52%
B=31.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001760.0600.120.2292.517.9173.73
HexBBC8B060C165c124a
Octal27331026060142613422112
Binary10111011110010001011000011001100101101011100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8B0; }

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

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

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

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

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

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

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

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