Shades of Pumice #BBC7AF
Tints of Pumice #BBC7AF
RGB
CMYK
RGB Variations
Color information
#BBC7AF (or 0xBBC7AF) is known color: Pumice. HEX triplet: BB, C7 and AF. RGB value is (187,199,175). Sum of RGB (Red+Green+Blue) = 187+199+175=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AF is #443850. Grayscale: #C0C0C0. Windows color (decimal): -4470865 or 11519931. OLE color: 11519931.
HSL color Cylindrical-coordinate representation of color #BBC7AF: hue angle of 90º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 199 | 175 | - |
CMYK | 0.06 | 0 | 0.12 | 0.22 |
HSL | 90º | 0.18% | 0.73% | - |
HSV(B) | 90º | 0.12% | 0.78% | - |
XYZ | 48.65 | 54.51 | 48.51 | - |
YUV | 192.68 | 118.02 | 123.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 175 | 0.06 | 0 | 0.12 | 0.22 | 90 | 0.18 | 0.73 |
Hex | BB | C7 | AF | 6 | 0 | C | 16 | 5A | 12 | 49 |
Octal | 273 | 307 | 257 | 6 | 0 | 14 | 26 | 132 | 22 | 111 |
Binary | 10111011 | 11000111 | 10101111 | 110 | 0 | 1100 | 10110 | 1011010 | 10010 | 1001001 |
Color Harmonies of #BBC7AF
Complementary color
Monochromatic Colors of #BBC7AF
Black with #BBC7AF
Text Example
Text Example
White with #BBC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7AF; }
p { color: rgb(187,199,175); }
H1.HeaderClassName
{
color: #BBC7AF;
}
.AnyTagClassName
{
color: #BBC7AF;
}
</style>
background-color css
<style>
a { background-color: #BBC7AF; }
a { background-color: rgb(187,199,175); }
div.DivClassName
{
background-color: #BBC7AF;
}
.BgClassName
{
background-color: #BBC7AF;
}
</style>
border-color css
<style>
span { border-color: #BBC7AF; }
span { border-color: rgb(187,199,175); }
td.TdClassName
{
border-color: #BBC7AF;
}
.TagClassName
{
border-color: #BBC7AF;
}
</style>