Shades of Sulu #BFDB8D
Tints of Sulu #BFDB8D
RGB
CMYK
RGB Variations
Color information
#BFDB8D (or 0xBFDB8D) is known color: Sulu. HEX triplet: BF, DB and 8D. RGB value is (191,219,141). Sum of RGB (Red+Green+Blue) = 191+219+141=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB8D is #402472. Grayscale: #CACACA. Windows color (decimal): -4203635 or 9296831. OLE color: 9296831.
HSL color Cylindrical-coordinate representation of color #BFDB8D: hue angle of 81.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFDB8D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 141 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.14 |
| HSL | 81.54º | 0.52% | 0.71% | - |
| HSV(B) | 81.54º | 0.36% | 0.86% | - |
| XYZ | 51.63 | 63.66 | 34.77 | - |
| YUV | 201.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 141 | 0.13 | 0 | 0.36 | 0.14 | 81.54 | 0.52 | 0.71 |
| Hex | BF | DB | 8D | D | 0 | 24 | E | 52 | 34 | 47 |
| Octal | 277 | 333 | 215 | 15 | 0 | 44 | 16 | 122 | 64 | 107 |
| Binary | 10111111 | 11011011 | 10001101 | 1101 | 0 | 100100 | 1110 | 1010010 | 110100 | 1000111 |
Color Harmonies of #BFDB8D
Complementary color
Monochromatic Colors of #BFDB8D
Black with #BFDB8D
Text Example
Text Example
White with #BFDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB8D; }
p { color: rgb(191,219,141); }
H1.HeaderClassName
{
color: #BFDB8D;
}
.AnyTagClassName
{
color: #BFDB8D;
}
</style>
background-color css
<style>
a { background-color: #BFDB8D; }
a { background-color: rgb(191,219,141); }
div.DivClassName
{
background-color: #BFDB8D;
}
.BgClassName
{
background-color: #BFDB8D;
}
</style>
border-color css
<style>
span { border-color: #BFDB8D; }
span { border-color: rgb(191,219,141); }
td.TdClassName
{
border-color: #BFDB8D;
}
.TagClassName
{
border-color: #BFDB8D;
}
</style>