Shades of Sulu #BDF888
Tints of Sulu #BDF888
RGB
CMYK
RGB Variations
Color information
#BDF888 (or 0xBDF888) is known color: Sulu. HEX triplet: BD, F8 and 88. RGB value is (189,248,136). Sum of RGB (Red+Green+Blue) = 189+248+136=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF888 is #420777. Grayscale: #D9D9D9. Windows color (decimal): -4327288 or 8976573. OLE color: 8976573.
HSL color Cylindrical-coordinate representation of color #BDF888: hue angle of 91.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF888 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 136 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.03 |
| HSL | 91.61º | 0.89% | 0.75% | - |
| HSV(B) | 91.61º | 0.45% | 0.97% | - |
| XYZ | 59 | 79.73 | 35.57 | - |
| YUV | 217.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 136 | 0.24 | 0 | 0.45 | 0.03 | 91.61 | 0.89 | 0.75 |
| Hex | BD | F8 | 88 | 18 | 0 | 2D | 3 | 5C | 59 | 4B |
| Octal | 275 | 370 | 210 | 30 | 0 | 55 | 3 | 134 | 131 | 113 |
| Binary | 10111101 | 11111000 | 10001000 | 11000 | 0 | 101101 | 11 | 1011100 | 1011001 | 1001011 |
Color Harmonies of #BDF888
Complementary color
Monochromatic Colors of #BDF888
Black with #BDF888
Text Example
Text Example
White with #BDF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF888; }
p { color: rgb(189,248,136); }
H1.HeaderClassName
{
color: #BDF888;
}
.AnyTagClassName
{
color: #BDF888;
}
</style>
background-color css
<style>
a { background-color: #BDF888; }
a { background-color: rgb(189,248,136); }
div.DivClassName
{
background-color: #BDF888;
}
.BgClassName
{
background-color: #BDF888;
}
</style>
border-color css
<style>
span { border-color: #BDF888; }
span { border-color: rgb(189,248,136); }
td.TdClassName
{
border-color: #BDF888;
}
.TagClassName
{
border-color: #BDF888;
}
</style>