Shades of Sulu #BBDF7E
Tints of Sulu #BBDF7E
RGB
CMYK
RGB Variations
Color information
#BBDF7E (or 0xBBDF7E) is known color: Sulu. HEX triplet: BB, DF and 7E. RGB value is (187,223,126). Sum of RGB (Red+Green+Blue) = 187+223+126=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF7E is #442081. Grayscale: #C9C9C9. Windows color (decimal): -4464770 or 8314811. OLE color: 8314811.
HSL color Cylindrical-coordinate representation of color #BBDF7E: hue angle of 82.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBDF7E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 126 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.13 |
| HSL | 82.27º | 0.6% | 0.68% | - |
| HSV(B) | 82.27º | 0.43% | 0.87% | - |
| XYZ | 50.65 | 64.85 | 29.59 | - |
| YUV | 201.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 126 | 0.16 | 0 | 0.43 | 0.13 | 82.27 | 0.6 | 0.68 |
| Hex | BB | DF | 7E | 10 | 0 | 2B | D | 52 | 3C | 44 |
| Octal | 273 | 337 | 176 | 20 | 0 | 53 | 15 | 122 | 74 | 104 |
| Binary | 10111011 | 11011111 | 1111110 | 10000 | 0 | 101011 | 1101 | 1010010 | 111100 | 1000100 |
Color Harmonies of #BBDF7E
Complementary color
Monochromatic Colors of #BBDF7E
Black with #BBDF7E
Text Example
Text Example
White with #BBDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF7E; }
p { color: rgb(187,223,126); }
H1.HeaderClassName
{
color: #BBDF7E;
}
.AnyTagClassName
{
color: #BBDF7E;
}
</style>
background-color css
<style>
a { background-color: #BBDF7E; }
a { background-color: rgb(187,223,126); }
div.DivClassName
{
background-color: #BBDF7E;
}
.BgClassName
{
background-color: #BBDF7E;
}
</style>
border-color css
<style>
span { border-color: #BBDF7E; }
span { border-color: rgb(187,223,126); }
td.TdClassName
{
border-color: #BBDF7E;
}
.TagClassName
{
border-color: #BBDF7E;
}
</style>