Shades of Sulu #BBDF8F
Tints of Sulu #BBDF8F
RGB
CMYK
RGB Variations
Color information
#BBDF8F (or 0xBBDF8F) is known color: Sulu. HEX triplet: BB, DF and 8F. RGB value is (187,223,143). Sum of RGB (Red+Green+Blue) = 187+223+143=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF8F is #442070. Grayscale: #CBCBCB. Windows color (decimal): -4464753 or 9428923. OLE color: 9428923.
HSL color Cylindrical-coordinate representation of color #BBDF8F: hue angle of 87º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBDF8F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 143 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.13 |
| HSL | 87º | 0.56% | 0.72% | - |
| HSV(B) | 87º | 0.36% | 0.87% | - |
| XYZ | 51.84 | 65.32 | 35.86 | - |
| YUV | 203.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 143 | 0.16 | 0 | 0.36 | 0.13 | 87 | 0.56 | 0.72 |
| Hex | BB | DF | 8F | 10 | 0 | 24 | D | 57 | 38 | 48 |
| Octal | 273 | 337 | 217 | 20 | 0 | 44 | 15 | 127 | 70 | 110 |
| Binary | 10111011 | 11011111 | 10001111 | 10000 | 0 | 100100 | 1101 | 1010111 | 111000 | 1001000 |
Color Harmonies of #BBDF8F
Complementary color
Monochromatic Colors of #BBDF8F
Black with #BBDF8F
Text Example
Text Example
White with #BBDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF8F; }
p { color: rgb(187,223,143); }
H1.HeaderClassName
{
color: #BBDF8F;
}
.AnyTagClassName
{
color: #BBDF8F;
}
</style>
background-color css
<style>
a { background-color: #BBDF8F; }
a { background-color: rgb(187,223,143); }
div.DivClassName
{
background-color: #BBDF8F;
}
.BgClassName
{
background-color: #BBDF8F;
}
</style>
border-color css
<style>
span { border-color: #BBDF8F; }
span { border-color: rgb(187,223,143); }
td.TdClassName
{
border-color: #BBDF8F;
}
.TagClassName
{
border-color: #BBDF8F;
}
</style>