Shades of Pale Leaf #BFCCAD
Tints of Pale Leaf #BFCCAD
RGB
CMYK
RGB Variations
Color information
#BFCCAD (or 0xBFCCAD) is known color: Pale Leaf. HEX triplet: BF, CC and AD. RGB value is (191,204,173). Sum of RGB (Red+Green+Blue) = 191+204+173=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAD is #403352. Grayscale: #C4C4C4. Windows color (decimal): -4207443 or 11390143. OLE color: 11390143.
HSL color Cylindrical-coordinate representation of color #BFCCAD: hue angle of 85.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCCAD is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 173 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.2 |
| HSL | 85.16º | 0.23% | 0.74% | - |
| HSV(B) | 85.16º | 0.15% | 0.8% | - |
| XYZ | 50.62 | 57.28 | 47.92 | - |
| YUV | 196.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 173 | 0.06 | 0 | 0.15 | 0.2 | 85.16 | 0.23 | 0.74 |
| Hex | BF | CC | AD | 6 | 0 | F | 14 | 55 | 17 | 4A |
| Octal | 277 | 314 | 255 | 6 | 0 | 17 | 24 | 125 | 27 | 112 |
| Binary | 10111111 | 11001100 | 10101101 | 110 | 0 | 1111 | 10100 | 1010101 | 10111 | 1001010 |
Color Harmonies of #BFCCAD
Complementary color
Monochromatic Colors of #BFCCAD
Black with #BFCCAD
Text Example
Text Example
White with #BFCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAD; }
p { color: rgb(191,204,173); }
H1.HeaderClassName
{
color: #BFCCAD;
}
.AnyTagClassName
{
color: #BFCCAD;
}
</style>
background-color css
<style>
a { background-color: #BFCCAD; }
a { background-color: rgb(191,204,173); }
div.DivClassName
{
background-color: #BFCCAD;
}
.BgClassName
{
background-color: #BFCCAD;
}
</style>
border-color css
<style>
span { border-color: #BFCCAD; }
span { border-color: rgb(191,204,173); }
td.TdClassName
{
border-color: #BFCCAD;
}
.TagClassName
{
border-color: #BFCCAD;
}
</style>