Shades of Sulu #BBED7B
Tints of Sulu #BBED7B
RGB
CMYK
RGB Variations
Color information
#BBED7B (or 0xBBED7B) is known color: Sulu. HEX triplet: BB, ED and 7B. RGB value is (187,237,123). Sum of RGB (Red+Green+Blue) = 187+237+123=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED7B is #441284. Grayscale: #D1D1D1. Windows color (decimal): -4461189 or 8121787. OLE color: 8121787.
HSL color Cylindrical-coordinate representation of color #BBED7B: hue angle of 86.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBED7B is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 123 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.07 |
| HSL | 86.32º | 0.76% | 0.71% | - |
| HSV(B) | 86.32º | 0.48% | 0.93% | - |
| XYZ | 54.35 | 72.56 | 29.88 | - |
| YUV | 209.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 123 | 0.21 | 0 | 0.48 | 0.07 | 86.32 | 0.76 | 0.71 |
| Hex | BB | ED | 7B | 15 | 0 | 30 | 7 | 56 | 4C | 47 |
| Octal | 273 | 355 | 173 | 25 | 0 | 60 | 7 | 126 | 114 | 107 |
| Binary | 10111011 | 11101101 | 1111011 | 10101 | 0 | 110000 | 111 | 1010110 | 1001100 | 1000111 |
Color Harmonies of #BBED7B
Complementary color
Monochromatic Colors of #BBED7B
Black with #BBED7B
Text Example
Text Example
White with #BBED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED7B; }
p { color: rgb(187,237,123); }
H1.HeaderClassName
{
color: #BBED7B;
}
.AnyTagClassName
{
color: #BBED7B;
}
</style>
background-color css
<style>
a { background-color: #BBED7B; }
a { background-color: rgb(187,237,123); }
div.DivClassName
{
background-color: #BBED7B;
}
.BgClassName
{
background-color: #BBED7B;
}
</style>
border-color css
<style>
span { border-color: #BBED7B; }
span { border-color: rgb(187,237,123); }
td.TdClassName
{
border-color: #BBED7B;
}
.TagClassName
{
border-color: #BBED7B;
}
</style>