Shades of Sulu #BFDD8D
Tints of Sulu #BFDD8D
RGB
CMYK
RGB Variations
Color information
#BFDD8D (or 0xBFDD8D) is known color: Sulu. HEX triplet: BF, DD and 8D. RGB value is (191,221,141). Sum of RGB (Red+Green+Blue) = 191+221+141=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD8D is #402272. Grayscale: #CBCBCB. Windows color (decimal): -4203123 or 9297343. OLE color: 9297343.
HSL color Cylindrical-coordinate representation of color #BFDD8D: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFDD8D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 141 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.13 |
| HSL | 82.5º | 0.54% | 0.71% | - |
| HSV(B) | 82.5º | 0.36% | 0.87% | - |
| XYZ | 52.15 | 64.71 | 34.94 | - |
| YUV | 202.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 141 | 0.14 | 0 | 0.36 | 0.13 | 82.5 | 0.54 | 0.71 |
| Hex | BF | DD | 8D | E | 0 | 24 | D | 52 | 36 | 47 |
| Octal | 277 | 335 | 215 | 16 | 0 | 44 | 15 | 122 | 66 | 107 |
| Binary | 10111111 | 11011101 | 10001101 | 1110 | 0 | 100100 | 1101 | 1010010 | 110110 | 1000111 |
Color Harmonies of #BFDD8D
Complementary color
Monochromatic Colors of #BFDD8D
Black with #BFDD8D
Text Example
Text Example
White with #BFDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD8D; }
p { color: rgb(191,221,141); }
H1.HeaderClassName
{
color: #BFDD8D;
}
.AnyTagClassName
{
color: #BFDD8D;
}
</style>
background-color css
<style>
a { background-color: #BFDD8D; }
a { background-color: rgb(191,221,141); }
div.DivClassName
{
background-color: #BFDD8D;
}
.BgClassName
{
background-color: #BFDD8D;
}
</style>
border-color css
<style>
span { border-color: #BFDD8D; }
span { border-color: rgb(191,221,141); }
td.TdClassName
{
border-color: #BFDD8D;
}
.TagClassName
{
border-color: #BFDD8D;
}
</style>