Shades of Sulu #BFDF8B
Tints of Sulu #BFDF8B
RGB
CMYK
RGB Variations
Color information
#BFDF8B (or 0xBFDF8B) is known color: Sulu. HEX triplet: BF, DF and 8B. RGB value is (191,223,139). Sum of RGB (Red+Green+Blue) = 191+223+139=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF8B is #402074. Grayscale: #CCCCCC. Windows color (decimal): -4202613 or 9166783. OLE color: 9166783.
HSL color Cylindrical-coordinate representation of color #BFDF8B: hue angle of 82.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFDF8B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 139 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.13 |
| HSL | 82.86º | 0.57% | 0.71% | - |
| HSV(B) | 82.86º | 0.38% | 0.87% | - |
| XYZ | 52.53 | 65.72 | 34.34 | - |
| YUV | 203.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 139 | 0.14 | 0 | 0.38 | 0.13 | 82.86 | 0.57 | 0.71 |
| Hex | BF | DF | 8B | E | 0 | 26 | D | 53 | 39 | 47 |
| Octal | 277 | 337 | 213 | 16 | 0 | 46 | 15 | 123 | 71 | 107 |
| Binary | 10111111 | 11011111 | 10001011 | 1110 | 0 | 100110 | 1101 | 1010011 | 111001 | 1000111 |
Color Harmonies of #BFDF8B
Complementary color
Monochromatic Colors of #BFDF8B
Black with #BFDF8B
Text Example
Text Example
White with #BFDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF8B; }
p { color: rgb(191,223,139); }
H1.HeaderClassName
{
color: #BFDF8B;
}
.AnyTagClassName
{
color: #BFDF8B;
}
</style>
background-color css
<style>
a { background-color: #BFDF8B; }
a { background-color: rgb(191,223,139); }
div.DivClassName
{
background-color: #BFDF8B;
}
.BgClassName
{
background-color: #BFDF8B;
}
</style>
border-color css
<style>
span { border-color: #BFDF8B; }
span { border-color: rgb(191,223,139); }
td.TdClassName
{
border-color: #BFDF8B;
}
.TagClassName
{
border-color: #BFDF8B;
}
</style>