Shades of Sulu #BFDC86
Tints of Sulu #BFDC86
RGB
CMYK
RGB Variations
Color information
#BFDC86 (or 0xBFDC86) is known color: Sulu. HEX triplet: BF, DC and 86. RGB value is (191,220,134). Sum of RGB (Red+Green+Blue) = 191+220+134=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC86 is #402379. Grayscale: #C9C9C9. Windows color (decimal): -4203386 or 8838335. OLE color: 8838335.
HSL color Cylindrical-coordinate representation of color #BFDC86: hue angle of 80.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFDC86 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 134 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.14 |
| HSL | 80.23º | 0.55% | 0.69% | - |
| HSV(B) | 80.23º | 0.39% | 0.86% | - |
| XYZ | 51.38 | 63.98 | 32.2 | - |
| YUV | 201.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 134 | 0.13 | 0 | 0.39 | 0.14 | 80.23 | 0.55 | 0.69 |
| Hex | BF | DC | 86 | D | 0 | 27 | E | 50 | 37 | 45 |
| Octal | 277 | 334 | 206 | 15 | 0 | 47 | 16 | 120 | 67 | 105 |
| Binary | 10111111 | 11011100 | 10000110 | 1101 | 0 | 100111 | 1110 | 1010000 | 110111 | 1000101 |
Color Harmonies of #BFDC86
Complementary color
Monochromatic Colors of #BFDC86
Black with #BFDC86
Text Example
Text Example
White with #BFDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC86; }
p { color: rgb(191,220,134); }
H1.HeaderClassName
{
color: #BFDC86;
}
.AnyTagClassName
{
color: #BFDC86;
}
</style>
background-color css
<style>
a { background-color: #BFDC86; }
a { background-color: rgb(191,220,134); }
div.DivClassName
{
background-color: #BFDC86;
}
.BgClassName
{
background-color: #BFDC86;
}
</style>
border-color css
<style>
span { border-color: #BFDC86; }
span { border-color: rgb(191,220,134); }
td.TdClassName
{
border-color: #BFDC86;
}
.TagClassName
{
border-color: #BFDC86;
}
</style>