Shades of Sulu #BBED8F
Tints of Sulu #BBED8F
RGB
CMYK
RGB Variations
Color information
#BBED8F (or 0xBBED8F) is known color: Sulu. HEX triplet: BB, ED and 8F. RGB value is (187,237,143). Sum of RGB (Red+Green+Blue) = 187+237+143=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED8F is #441270. Grayscale: #D3D3D3. Windows color (decimal): -4461169 or 9432507. OLE color: 9432507.
HSL color Cylindrical-coordinate representation of color #BBED8F: hue angle of 91.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBED8F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 143 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.07 |
| HSL | 91.91º | 0.72% | 0.75% | - |
| HSV(B) | 91.91º | 0.4% | 0.93% | - |
| XYZ | 55.74 | 73.12 | 37.16 | - |
| YUV | 211.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 143 | 0.21 | 0 | 0.40 | 0.07 | 91.91 | 0.72 | 0.75 |
| Hex | BB | ED | 8F | 15 | 0 | 28 | 7 | 5C | 48 | 4B |
| Octal | 273 | 355 | 217 | 25 | 0 | 50 | 7 | 134 | 110 | 113 |
| Binary | 10111011 | 11101101 | 10001111 | 10101 | 0 | 101000 | 111 | 1011100 | 1001000 | 1001011 |
Color Harmonies of #BBED8F
Complementary color
Monochromatic Colors of #BBED8F
Black with #BBED8F
Text Example
Text Example
White with #BBED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED8F; }
p { color: rgb(187,237,143); }
H1.HeaderClassName
{
color: #BBED8F;
}
.AnyTagClassName
{
color: #BBED8F;
}
</style>
background-color css
<style>
a { background-color: #BBED8F; }
a { background-color: rgb(187,237,143); }
div.DivClassName
{
background-color: #BBED8F;
}
.BgClassName
{
background-color: #BBED8F;
}
</style>
border-color css
<style>
span { border-color: #BBED8F; }
span { border-color: rgb(187,237,143); }
td.TdClassName
{
border-color: #BBED8F;
}
.TagClassName
{
border-color: #BBED8F;
}
</style>