Shades of Sulu #BAFF8E
Tints of Sulu #BAFF8E
RGB
CMYK
RGB Variations
Color information
#BAFF8E (or 0xBAFF8E) is known color: Sulu. HEX triplet: BA, FF and 8E. RGB value is (186,255,142). Sum of RGB (Red+Green+Blue) = 186+255+142=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF8E is #450071. Grayscale: #DDDDDD. Windows color (decimal): -4522098 or 9371578. OLE color: 9371578.
HSL color Cylindrical-coordinate representation of color #BAFF8E: hue angle of 96.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAFF8E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 142 | - |
| CMYK | 0.27 | 0 | 0.44 | 0 |
| HSL | 96.64º | 1% | 0.78% | - |
| HSV(B) | 96.64º | 0.44% | 1% | - |
| XYZ | 60.89 | 83.91 | 38.58 | - |
| YUV | 221.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 142 | 0.27 | 0 | 0.44 | 0 | 96.64 | 1 | 0.78 |
| Hex | BA | FF | 8E | 1B | 0 | 2C | 0 | 61 | 64 | 4E |
| Octal | 272 | 377 | 216 | 33 | 0 | 54 | 0 | 141 | 144 | 116 |
| Binary | 10111010 | 11111111 | 10001110 | 11011 | 0 | 101100 | 0 | 1100001 | 1100100 | 1001110 |
Color Harmonies of #BAFF8E
Complementary color
Monochromatic Colors of #BAFF8E
Black with #BAFF8E
Text Example
Text Example
White with #BAFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF8E; }
p { color: rgb(186,255,142); }
H1.HeaderClassName
{
color: #BAFF8E;
}
.AnyTagClassName
{
color: #BAFF8E;
}
</style>
background-color css
<style>
a { background-color: #BAFF8E; }
a { background-color: rgb(186,255,142); }
div.DivClassName
{
background-color: #BAFF8E;
}
.BgClassName
{
background-color: #BAFF8E;
}
</style>
border-color css
<style>
span { border-color: #BAFF8E; }
span { border-color: rgb(186,255,142); }
td.TdClassName
{
border-color: #BAFF8E;
}
.TagClassName
{
border-color: #BAFF8E;
}
</style>