Shades of Sulu #BDF885
Tints of Sulu #BDF885
RGB
CMYK
RGB Variations
Color information
#BDF885 (or 0xBDF885) is known color: Sulu. HEX triplet: BD, F8 and 85. RGB value is (189,248,133). Sum of RGB (Red+Green+Blue) = 189+248+133=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF885 is #42077A. Grayscale: #D9D9D9. Windows color (decimal): -4327291 or 8779965. OLE color: 8779965.
HSL color Cylindrical-coordinate representation of color #BDF885: hue angle of 90.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF885 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 133 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.03 |
| HSL | 90.78º | 0.89% | 0.75% | - |
| HSV(B) | 90.78º | 0.46% | 0.97% | - |
| XYZ | 58.79 | 79.65 | 34.47 | - |
| YUV | 217.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 133 | 0.24 | 0 | 0.46 | 0.03 | 90.78 | 0.89 | 0.75 |
| Hex | BD | F8 | 85 | 18 | 0 | 2E | 3 | 5B | 59 | 4B |
| Octal | 275 | 370 | 205 | 30 | 0 | 56 | 3 | 133 | 131 | 113 |
| Binary | 10111101 | 11111000 | 10000101 | 11000 | 0 | 101110 | 11 | 1011011 | 1011001 | 1001011 |
Color Harmonies of #BDF885
Complementary color
Monochromatic Colors of #BDF885
Black with #BDF885
Text Example
Text Example
White with #BDF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF885; }
p { color: rgb(189,248,133); }
H1.HeaderClassName
{
color: #BDF885;
}
.AnyTagClassName
{
color: #BDF885;
}
</style>
background-color css
<style>
a { background-color: #BDF885; }
a { background-color: rgb(189,248,133); }
div.DivClassName
{
background-color: #BDF885;
}
.BgClassName
{
background-color: #BDF885;
}
</style>
border-color css
<style>
span { border-color: #BDF885; }
span { border-color: rgb(189,248,133); }
td.TdClassName
{
border-color: #BDF885;
}
.TagClassName
{
border-color: #BDF885;
}
</style>