Shades of Sulu #BAF08C
Tints of Sulu #BAF08C
RGB
CMYK
RGB Variations
Color information
#BAF08C (or 0xBAF08C) is known color: Sulu. HEX triplet: BA, F0 and 8C. RGB value is (186,240,140). Sum of RGB (Red+Green+Blue) = 186+240+140=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF08C is #450F73. Grayscale: #D4D4D4. Windows color (decimal): -4525940 or 9236666. OLE color: 9236666.
HSL color Cylindrical-coordinate representation of color #BAF08C: hue angle of 92.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF08C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 140 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.06 |
| HSL | 92.4º | 0.77% | 0.75% | - |
| HSV(B) | 92.4º | 0.42% | 0.94% | - |
| XYZ | 56.14 | 74.65 | 36.26 | - |
| YUV | 212.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 140 | 0.22 | 0 | 0.42 | 0.06 | 92.4 | 0.77 | 0.75 |
| Hex | BA | F0 | 8C | 16 | 0 | 2A | 6 | 5C | 4D | 4B |
| Octal | 272 | 360 | 214 | 26 | 0 | 52 | 6 | 134 | 115 | 113 |
| Binary | 10111010 | 11110000 | 10001100 | 10110 | 0 | 101010 | 110 | 1011100 | 1001101 | 1001011 |
Color Harmonies of #BAF08C
Complementary color
Monochromatic Colors of #BAF08C
Black with #BAF08C
Text Example
Text Example
White with #BAF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF08C; }
p { color: rgb(186,240,140); }
H1.HeaderClassName
{
color: #BAF08C;
}
.AnyTagClassName
{
color: #BAF08C;
}
</style>
background-color css
<style>
a { background-color: #BAF08C; }
a { background-color: rgb(186,240,140); }
div.DivClassName
{
background-color: #BAF08C;
}
.BgClassName
{
background-color: #BAF08C;
}
</style>
border-color css
<style>
span { border-color: #BAF08C; }
span { border-color: rgb(186,240,140); }
td.TdClassName
{
border-color: #BAF08C;
}
.TagClassName
{
border-color: #BAF08C;
}
</style>