Shades of Pale Leaf #BFCBB0
Tints of Pale Leaf #BFCBB0
RGB
CMYK
RGB Variations
Color information
#BFCBB0 (or 0xBFCBB0) is known color: Pale Leaf. HEX triplet: BF, CB and B0. RGB value is (191,203,176). Sum of RGB (Red+Green+Blue) = 191+203+176=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBB0 is #40344F. Grayscale: #C4C4C4. Windows color (decimal): -4207696 or 11586495. OLE color: 11586495.
HSL color Cylindrical-coordinate representation of color #BFCBB0: hue angle of 86.67º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCBB0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 176 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.20 |
| HSL | 86.67º | 0.21% | 0.74% | - |
| HSV(B) | 86.67º | 0.13% | 0.8% | - |
| XYZ | 50.68 | 56.92 | 49.39 | - |
| YUV | 196.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 176 | 0.06 | 0 | 0.13 | 0.20 | 86.67 | 0.21 | 0.74 |
| Hex | BF | CB | B0 | 6 | 0 | D | 14 | 57 | 15 | 4A |
| Octal | 277 | 313 | 260 | 6 | 0 | 15 | 24 | 127 | 25 | 112 |
| Binary | 10111111 | 11001011 | 10110000 | 110 | 0 | 1101 | 10100 | 1010111 | 10101 | 1001010 |
Color Harmonies of #BFCBB0
Complementary color
Monochromatic Colors of #BFCBB0
Black with #BFCBB0
Text Example
Text Example
White with #BFCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBB0; }
p { color: rgb(191,203,176); }
H1.HeaderClassName
{
color: #BFCBB0;
}
.AnyTagClassName
{
color: #BFCBB0;
}
</style>
background-color css
<style>
a { background-color: #BFCBB0; }
a { background-color: rgb(191,203,176); }
div.DivClassName
{
background-color: #BFCBB0;
}
.BgClassName
{
background-color: #BFCBB0;
}
</style>
border-color css
<style>
span { border-color: #BFCBB0; }
span { border-color: rgb(191,203,176); }
td.TdClassName
{
border-color: #BFCBB0;
}
.TagClassName
{
border-color: #BFCBB0;
}
</style>