Shades of Sulu #BFDD8E
Tints of Sulu #BFDD8E
RGB
CMYK
RGB Variations
Color information
#BFDD8E (or 0xBFDD8E) is known color: Sulu. HEX triplet: BF, DD and 8E. RGB value is (191,221,142). Sum of RGB (Red+Green+Blue) = 191+221+142=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD8E is #402271. Grayscale: #CBCBCB. Windows color (decimal): -4203122 or 9362879. OLE color: 9362879.
HSL color Cylindrical-coordinate representation of color #BFDD8E: hue angle of 82.78º 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 #BFDD8E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 142 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.13 |
| HSL | 82.78º | 0.54% | 0.71% | - |
| HSV(B) | 82.78º | 0.36% | 0.87% | - |
| XYZ | 52.22 | 64.74 | 35.34 | - |
| YUV | 203.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 142 | 0.14 | 0 | 0.36 | 0.13 | 82.78 | 0.54 | 0.71 |
| Hex | BF | DD | 8E | E | 0 | 24 | D | 53 | 36 | 47 |
| Octal | 277 | 335 | 216 | 16 | 0 | 44 | 15 | 123 | 66 | 107 |
| Binary | 10111111 | 11011101 | 10001110 | 1110 | 0 | 100100 | 1101 | 1010011 | 110110 | 1000111 |
Color Harmonies of #BFDD8E
Complementary color
Monochromatic Colors of #BFDD8E
Black with #BFDD8E
Text Example
Text Example
White with #BFDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD8E; }
p { color: rgb(191,221,142); }
H1.HeaderClassName
{
color: #BFDD8E;
}
.AnyTagClassName
{
color: #BFDD8E;
}
</style>
background-color css
<style>
a { background-color: #BFDD8E; }
a { background-color: rgb(191,221,142); }
div.DivClassName
{
background-color: #BFDD8E;
}
.BgClassName
{
background-color: #BFDD8E;
}
</style>
border-color css
<style>
span { border-color: #BFDD8E; }
span { border-color: rgb(191,221,142); }
td.TdClassName
{
border-color: #BFDD8E;
}
.TagClassName
{
border-color: #BFDD8E;
}
</style>