Shades of Sulu #BAEE8D
Tints of Sulu #BAEE8D
RGB
CMYK
RGB Variations
Color information
#BAEE8D (or 0xBAEE8D) is known color: Sulu. HEX triplet: BA, EE and 8D. RGB value is (186,238,141). Sum of RGB (Red+Green+Blue) = 186+238+141=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8D is #451172. Grayscale: #D3D3D3. Windows color (decimal): -4526451 or 9301690. OLE color: 9301690.
HSL color Cylindrical-coordinate representation of color #BAEE8D: hue angle of 92.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEE8D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 141 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.07 |
| HSL | 92.16º | 0.74% | 0.74% | - |
| HSV(B) | 92.16º | 0.41% | 0.93% | - |
| XYZ | 55.63 | 73.51 | 36.46 | - |
| YUV | 211.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 141 | 0.22 | 0 | 0.41 | 0.07 | 92.16 | 0.74 | 0.74 |
| Hex | BA | EE | 8D | 16 | 0 | 29 | 7 | 5C | 4A | 4A |
| Octal | 272 | 356 | 215 | 26 | 0 | 51 | 7 | 134 | 112 | 112 |
| Binary | 10111010 | 11101110 | 10001101 | 10110 | 0 | 101001 | 111 | 1011100 | 1001010 | 1001010 |
Color Harmonies of #BAEE8D
Complementary color
Monochromatic Colors of #BAEE8D
Black with #BAEE8D
Text Example
Text Example
White with #BAEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE8D; }
p { color: rgb(186,238,141); }
H1.HeaderClassName
{
color: #BAEE8D;
}
.AnyTagClassName
{
color: #BAEE8D;
}
</style>
background-color css
<style>
a { background-color: #BAEE8D; }
a { background-color: rgb(186,238,141); }
div.DivClassName
{
background-color: #BAEE8D;
}
.BgClassName
{
background-color: #BAEE8D;
}
</style>
border-color css
<style>
span { border-color: #BAEE8D; }
span { border-color: rgb(186,238,141); }
td.TdClassName
{
border-color: #BAEE8D;
}
.TagClassName
{
border-color: #BAEE8D;
}
</style>