Shades of Sulu #BADE8F
Tints of Sulu #BADE8F
RGB
CMYK
RGB Variations
Color information
#BADE8F (or 0xBADE8F) is known color: Sulu. HEX triplet: BA, DE and 8F. RGB value is (186,222,143). Sum of RGB (Red+Green+Blue) = 186+222+143=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE8F is #452170. Grayscale: #CACACA. Windows color (decimal): -4530545 or 9428666. OLE color: 9428666.
HSL color Cylindrical-coordinate representation of color #BADE8F: hue angle of 87.34º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BADE8F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 143 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.13 |
| HSL | 87.34º | 0.54% | 0.72% | - |
| HSV(B) | 87.34º | 0.36% | 0.87% | - |
| XYZ | 51.33 | 64.66 | 35.76 | - |
| YUV | 202.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 143 | 0.16 | 0 | 0.36 | 0.13 | 87.34 | 0.54 | 0.72 |
| Hex | BA | DE | 8F | 10 | 0 | 24 | D | 57 | 36 | 48 |
| Octal | 272 | 336 | 217 | 20 | 0 | 44 | 15 | 127 | 66 | 110 |
| Binary | 10111010 | 11011110 | 10001111 | 10000 | 0 | 100100 | 1101 | 1010111 | 110110 | 1001000 |
Color Harmonies of #BADE8F
Complementary color
Monochromatic Colors of #BADE8F
Black with #BADE8F
Text Example
Text Example
White with #BADE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE8F; }
p { color: rgb(186,222,143); }
H1.HeaderClassName
{
color: #BADE8F;
}
.AnyTagClassName
{
color: #BADE8F;
}
</style>
background-color css
<style>
a { background-color: #BADE8F; }
a { background-color: rgb(186,222,143); }
div.DivClassName
{
background-color: #BADE8F;
}
.BgClassName
{
background-color: #BADE8F;
}
</style>
border-color css
<style>
span { border-color: #BADE8F; }
span { border-color: rgb(186,222,143); }
td.TdClassName
{
border-color: #BADE8F;
}
.TagClassName
{
border-color: #BADE8F;
}
</style>