Shades of Sulu #BFDC83
Tints of Sulu #BFDC83
RGB
CMYK
RGB Variations
Color information
#BFDC83 (or 0xBFDC83) is known color: Sulu. HEX triplet: BF, DC and 83. RGB value is (191,220,131). Sum of RGB (Red+Green+Blue) = 191+220+131=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC83 is #40237C. Grayscale: #C9C9C9. Windows color (decimal): -4203389 or 8641727. OLE color: 8641727.
HSL color Cylindrical-coordinate representation of color #BFDC83: hue angle of 79.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDC83 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 131 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.14 |
| HSL | 79.55º | 0.56% | 0.69% | - |
| HSV(B) | 79.55º | 0.4% | 0.86% | - |
| XYZ | 51.18 | 63.9 | 31.11 | - |
| YUV | 201.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 131 | 0.13 | 0 | 0.40 | 0.14 | 79.55 | 0.56 | 0.69 |
| Hex | BF | DC | 83 | D | 0 | 28 | E | 50 | 38 | 45 |
| Octal | 277 | 334 | 203 | 15 | 0 | 50 | 16 | 120 | 70 | 105 |
| Binary | 10111111 | 11011100 | 10000011 | 1101 | 0 | 101000 | 1110 | 1010000 | 111000 | 1000101 |
Color Harmonies of #BFDC83
Complementary color
Monochromatic Colors of #BFDC83
Black with #BFDC83
Text Example
Text Example
White with #BFDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC83; }
p { color: rgb(191,220,131); }
H1.HeaderClassName
{
color: #BFDC83;
}
.AnyTagClassName
{
color: #BFDC83;
}
</style>
background-color css
<style>
a { background-color: #BFDC83; }
a { background-color: rgb(191,220,131); }
div.DivClassName
{
background-color: #BFDC83;
}
.BgClassName
{
background-color: #BFDC83;
}
</style>
border-color css
<style>
span { border-color: #BFDC83; }
span { border-color: rgb(191,220,131); }
td.TdClassName
{
border-color: #BFDC83;
}
.TagClassName
{
border-color: #BFDC83;
}
</style>