Shades of Sulu #BFDB88
Tints of Sulu #BFDB88
RGB
CMYK
RGB Variations
Color information
#BFDB88 (or 0xBFDB88) is known color: Sulu. HEX triplet: BF, DB and 88. RGB value is (191,219,136). Sum of RGB (Red+Green+Blue) = 191+219+136=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB88 is #402477. Grayscale: #C9C9C9. Windows color (decimal): -4203640 or 8969151. OLE color: 8969151.
HSL color Cylindrical-coordinate representation of color #BFDB88: hue angle of 80.24º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFDB88 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 136 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.14 |
| HSL | 80.24º | 0.54% | 0.7% | - |
| HSV(B) | 80.24º | 0.38% | 0.86% | - |
| XYZ | 51.26 | 63.52 | 32.85 | - |
| YUV | 201.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 136 | 0.13 | 0 | 0.38 | 0.14 | 80.24 | 0.54 | 0.7 |
| Hex | BF | DB | 88 | D | 0 | 26 | E | 50 | 36 | 46 |
| Octal | 277 | 333 | 210 | 15 | 0 | 46 | 16 | 120 | 66 | 106 |
| Binary | 10111111 | 11011011 | 10001000 | 1101 | 0 | 100110 | 1110 | 1010000 | 110110 | 1000110 |
Color Harmonies of #BFDB88
Complementary color
Monochromatic Colors of #BFDB88
Black with #BFDB88
Text Example
Text Example
White with #BFDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB88; }
p { color: rgb(191,219,136); }
H1.HeaderClassName
{
color: #BFDB88;
}
.AnyTagClassName
{
color: #BFDB88;
}
</style>
background-color css
<style>
a { background-color: #BFDB88; }
a { background-color: rgb(191,219,136); }
div.DivClassName
{
background-color: #BFDB88;
}
.BgClassName
{
background-color: #BFDB88;
}
</style>
border-color css
<style>
span { border-color: #BFDB88; }
span { border-color: rgb(191,219,136); }
td.TdClassName
{
border-color: #BFDB88;
}
.TagClassName
{
border-color: #BFDB88;
}
</style>