#BBC3B5

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

Shades of Pumice #BBC3B5

Tints of Pumice #BBC3B5

Color information

#BBC3B5 (or 0xBBC3B5) is unknown color: approx Pumice. HEX triplet: BB, C3 and B5. RGB value is (187,195,181). Sum of RGB (Red+Green+Blue) = 187+195+181=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3B5 is #443C4A. Grayscale: #BFBFBF. Windows color (decimal): -4471883 or 11912123. OLE color: 11912123.

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

Color convert

RGB187195181-
CMYK0.0400.070.24
HSL94.29º10.45%73.73%-
HSV(B)94.29º7.18%76.47%-
XYZ48.3552.9351.38-
YUV191.01122.35125.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=33.21%
G=34.64%
B=32.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951810.0400.070.2494.2910.4573.73
HexBBC3B5407185ea4a
Octal2733032654073013612112
Binary101110111100001110110101100011111000101111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3B5; }

 p { color: rgb(187,195,181); }

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

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

 a { background-color: rgb(187,195,181); }

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

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

 span { border-color: rgb(187,195,181); }

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