Shades of Sulu #BFDD8F
Tints of Sulu #BFDD8F
RGB
CMYK
RGB Variations
Color information
#BFDD8F (or 0xBFDD8F) is known color: Sulu. HEX triplet: BF, DD and 8F. RGB value is (191,221,143). Sum of RGB (Red+Green+Blue) = 191+221+143=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD8F is #402270. Grayscale: #CBCBCB. Windows color (decimal): -4203121 or 9428415. OLE color: 9428415.
HSL color Cylindrical-coordinate representation of color #BFDD8F: hue angle of 83.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFDD8F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 143 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.13 |
| HSL | 83.08º | 0.53% | 0.71% | - |
| HSV(B) | 83.08º | 0.35% | 0.87% | - |
| XYZ | 52.3 | 64.77 | 35.73 | - |
| YUV | 203.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 143 | 0.14 | 0 | 0.35 | 0.13 | 83.08 | 0.53 | 0.71 |
| Hex | BF | DD | 8F | E | 0 | 23 | D | 53 | 35 | 47 |
| Octal | 277 | 335 | 217 | 16 | 0 | 43 | 15 | 123 | 65 | 107 |
| Binary | 10111111 | 11011101 | 10001111 | 1110 | 0 | 100011 | 1101 | 1010011 | 110101 | 1000111 |
Color Harmonies of #BFDD8F
Complementary color
Monochromatic Colors of #BFDD8F
Black with #BFDD8F
Text Example
Text Example
White with #BFDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD8F; }
p { color: rgb(191,221,143); }
H1.HeaderClassName
{
color: #BFDD8F;
}
.AnyTagClassName
{
color: #BFDD8F;
}
</style>
background-color css
<style>
a { background-color: #BFDD8F; }
a { background-color: rgb(191,221,143); }
div.DivClassName
{
background-color: #BFDD8F;
}
.BgClassName
{
background-color: #BFDD8F;
}
</style>
border-color css
<style>
span { border-color: #BFDD8F; }
span { border-color: rgb(191,221,143); }
td.TdClassName
{
border-color: #BFDD8F;
}
.TagClassName
{
border-color: #BFDD8F;
}
</style>