Shades of Sulu #BBED8D
Tints of Sulu #BBED8D
RGB
CMYK
RGB Variations
Color information
#BBED8D (or 0xBBED8D) is known color: Sulu. HEX triplet: BB, ED and 8D. RGB value is (187,237,141). Sum of RGB (Red+Green+Blue) = 187+237+141=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED8D is #441272. Grayscale: #D3D3D3. Windows color (decimal): -4461171 or 9301435. OLE color: 9301435.
HSL color Cylindrical-coordinate representation of color #BBED8D: hue angle of 91.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBED8D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 91.25º | 0.73% | 0.74% | - |
| HSV(B) | 91.25º | 0.41% | 0.93% | - |
| XYZ | 55.59 | 73.06 | 36.37 | - |
| YUV | 211.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 141 | 0.21 | 0 | 0.41 | 0.07 | 91.25 | 0.73 | 0.74 |
| Hex | BB | ED | 8D | 15 | 0 | 29 | 7 | 5B | 49 | 4A |
| Octal | 273 | 355 | 215 | 25 | 0 | 51 | 7 | 133 | 111 | 112 |
| Binary | 10111011 | 11101101 | 10001101 | 10101 | 0 | 101001 | 111 | 1011011 | 1001001 | 1001010 |
Color Harmonies of #BBED8D
Complementary color
Monochromatic Colors of #BBED8D
Black with #BBED8D
Text Example
Text Example
White with #BBED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED8D; }
p { color: rgb(187,237,141); }
H1.HeaderClassName
{
color: #BBED8D;
}
.AnyTagClassName
{
color: #BBED8D;
}
</style>
background-color css
<style>
a { background-color: #BBED8D; }
a { background-color: rgb(187,237,141); }
div.DivClassName
{
background-color: #BBED8D;
}
.BgClassName
{
background-color: #BBED8D;
}
</style>
border-color css
<style>
span { border-color: #BBED8D; }
span { border-color: rgb(187,237,141); }
td.TdClassName
{
border-color: #BBED8D;
}
.TagClassName
{
border-color: #BBED8D;
}
</style>