Shades of Sulu #BFDC8F
Tints of Sulu #BFDC8F
RGB
CMYK
RGB Variations
Color information
#BFDC8F (or 0xBFDC8F) is known color: Sulu. HEX triplet: BF, DC and 8F. RGB value is (191,220,143). Sum of RGB (Red+Green+Blue) = 191+220+143=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC8F is #402370. Grayscale: #CACACA. Windows color (decimal): -4203377 or 9428159. OLE color: 9428159.
HSL color Cylindrical-coordinate representation of color #BFDC8F: hue angle of 82.6º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFDC8F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 143 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.14 |
| HSL | 82.6º | 0.52% | 0.71% | - |
| HSV(B) | 82.6º | 0.35% | 0.86% | - |
| XYZ | 52.04 | 64.25 | 35.64 | - |
| YUV | 202.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 143 | 0.13 | 0 | 0.35 | 0.14 | 82.6 | 0.52 | 0.71 |
| Hex | BF | DC | 8F | D | 0 | 23 | E | 53 | 34 | 47 |
| Octal | 277 | 334 | 217 | 15 | 0 | 43 | 16 | 123 | 64 | 107 |
| Binary | 10111111 | 11011100 | 10001111 | 1101 | 0 | 100011 | 1110 | 1010011 | 110100 | 1000111 |
Color Harmonies of #BFDC8F
Complementary color
Monochromatic Colors of #BFDC8F
Black with #BFDC8F
Text Example
Text Example
White with #BFDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC8F; }
p { color: rgb(191,220,143); }
H1.HeaderClassName
{
color: #BFDC8F;
}
.AnyTagClassName
{
color: #BFDC8F;
}
</style>
background-color css
<style>
a { background-color: #BFDC8F; }
a { background-color: rgb(191,220,143); }
div.DivClassName
{
background-color: #BFDC8F;
}
.BgClassName
{
background-color: #BFDC8F;
}
</style>
border-color css
<style>
span { border-color: #BFDC8F; }
span { border-color: rgb(191,220,143); }
td.TdClassName
{
border-color: #BFDC8F;
}
.TagClassName
{
border-color: #BFDC8F;
}
</style>