Shades of Sulu #BAFF8C
Tints of Sulu #BAFF8C
RGB
CMYK
RGB Variations
Color information
#BAFF8C (or 0xBAFF8C) is known color: Sulu. HEX triplet: BA, FF and 8C. RGB value is (186,255,140). Sum of RGB (Red+Green+Blue) = 186+255+140=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF8C is #450073. Grayscale: #DDDDDD. Windows color (decimal): -4522100 or 9240506. OLE color: 9240506.
HSL color Cylindrical-coordinate representation of color #BAFF8C: hue angle of 96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAFF8C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 140 | - |
| CMYK | 0.27 | 0 | 0.45 | 0 |
| HSL | 96º | 1% | 0.77% | - |
| HSV(B) | 96º | 0.45% | 1% | - |
| XYZ | 60.74 | 83.85 | 37.79 | - |
| YUV | 221.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 140 | 0.27 | 0 | 0.45 | 0 | 96 | 1 | 0.77 |
| Hex | BA | FF | 8C | 1B | 0 | 2D | 0 | 60 | 64 | 4D |
| Octal | 272 | 377 | 214 | 33 | 0 | 55 | 0 | 140 | 144 | 115 |
| Binary | 10111010 | 11111111 | 10001100 | 11011 | 0 | 101101 | 0 | 1100000 | 1100100 | 1001101 |
Color Harmonies of #BAFF8C
Complementary color
Monochromatic Colors of #BAFF8C
Black with #BAFF8C
Text Example
Text Example
White with #BAFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF8C; }
p { color: rgb(186,255,140); }
H1.HeaderClassName
{
color: #BAFF8C;
}
.AnyTagClassName
{
color: #BAFF8C;
}
</style>
background-color css
<style>
a { background-color: #BAFF8C; }
a { background-color: rgb(186,255,140); }
div.DivClassName
{
background-color: #BAFF8C;
}
.BgClassName
{
background-color: #BAFF8C;
}
</style>
border-color css
<style>
span { border-color: #BAFF8C; }
span { border-color: rgb(186,255,140); }
td.TdClassName
{
border-color: #BAFF8C;
}
.TagClassName
{
border-color: #BAFF8C;
}
</style>