Shades of Sulu #BFDE8C
Tints of Sulu #BFDE8C
RGB
CMYK
RGB Variations
Color information
#BFDE8C (or 0xBFDE8C) is known color: Sulu. HEX triplet: BF, DE and 8C. RGB value is (191,222,140). Sum of RGB (Red+Green+Blue) = 191+222+140=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE8C is #402173. Grayscale: #CBCBCB. Windows color (decimal): -4202868 or 9232063. OLE color: 9232063.
HSL color Cylindrical-coordinate representation of color #BFDE8C: hue angle of 82.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFDE8C is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 140 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.13 |
| HSL | 82.68º | 0.55% | 0.71% | - |
| HSV(B) | 82.68º | 0.37% | 0.87% | - |
| XYZ | 52.34 | 65.21 | 34.64 | - |
| YUV | 203.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 140 | 0.14 | 0 | 0.37 | 0.13 | 82.68 | 0.55 | 0.71 |
| Hex | BF | DE | 8C | E | 0 | 25 | D | 53 | 37 | 47 |
| Octal | 277 | 336 | 214 | 16 | 0 | 45 | 15 | 123 | 67 | 107 |
| Binary | 10111111 | 11011110 | 10001100 | 1110 | 0 | 100101 | 1101 | 1010011 | 110111 | 1000111 |
Color Harmonies of #BFDE8C
Complementary color
Monochromatic Colors of #BFDE8C
Black with #BFDE8C
Text Example
Text Example
White with #BFDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE8C; }
p { color: rgb(191,222,140); }
H1.HeaderClassName
{
color: #BFDE8C;
}
.AnyTagClassName
{
color: #BFDE8C;
}
</style>
background-color css
<style>
a { background-color: #BFDE8C; }
a { background-color: rgb(191,222,140); }
div.DivClassName
{
background-color: #BFDE8C;
}
.BgClassName
{
background-color: #BFDE8C;
}
</style>
border-color css
<style>
span { border-color: #BFDE8C; }
span { border-color: rgb(191,222,140); }
td.TdClassName
{
border-color: #BFDE8C;
}
.TagClassName
{
border-color: #BFDE8C;
}
</style>