Shades of Sulu #BBED8A
Tints of Sulu #BBED8A
RGB
CMYK
RGB Variations
Color information
#BBED8A (or 0xBBED8A) is known color: Sulu. HEX triplet: BB, ED and 8A. RGB value is (187,237,138). Sum of RGB (Red+Green+Blue) = 187+237+138=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED8A is #441275. Grayscale: #D3D3D3. Windows color (decimal): -4461174 or 9104827. OLE color: 9104827.
HSL color Cylindrical-coordinate representation of color #BBED8A: hue angle of 90.3º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBED8A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 138 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.07 |
| HSL | 90.3º | 0.73% | 0.74% | - |
| HSV(B) | 90.3º | 0.42% | 0.93% | - |
| XYZ | 55.37 | 72.97 | 35.21 | - |
| YUV | 210.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 138 | 0.21 | 0 | 0.42 | 0.07 | 90.3 | 0.73 | 0.74 |
| Hex | BB | ED | 8A | 15 | 0 | 2A | 7 | 5A | 49 | 4A |
| Octal | 273 | 355 | 212 | 25 | 0 | 52 | 7 | 132 | 111 | 112 |
| Binary | 10111011 | 11101101 | 10001010 | 10101 | 0 | 101010 | 111 | 1011010 | 1001001 | 1001010 |
Color Harmonies of #BBED8A
Complementary color
Monochromatic Colors of #BBED8A
Black with #BBED8A
Text Example
Text Example
White with #BBED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED8A; }
p { color: rgb(187,237,138); }
H1.HeaderClassName
{
color: #BBED8A;
}
.AnyTagClassName
{
color: #BBED8A;
}
</style>
background-color css
<style>
a { background-color: #BBED8A; }
a { background-color: rgb(187,237,138); }
div.DivClassName
{
background-color: #BBED8A;
}
.BgClassName
{
background-color: #BBED8A;
}
</style>
border-color css
<style>
span { border-color: #BBED8A; }
span { border-color: rgb(187,237,138); }
td.TdClassName
{
border-color: #BBED8A;
}
.TagClassName
{
border-color: #BBED8A;
}
</style>