Shades of Sulu #BAEE8C
Tints of Sulu #BAEE8C
RGB
CMYK
RGB Variations
Color information
#BAEE8C (or 0xBAEE8C) is known color: Sulu. HEX triplet: BA, EE and 8C. RGB value is (186,238,140). Sum of RGB (Red+Green+Blue) = 186+238+140=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8C is #451173. Grayscale: #D3D3D3. Windows color (decimal): -4526452 or 9236154. OLE color: 9236154.
HSL color Cylindrical-coordinate representation of color #BAEE8C: hue angle of 91.84º 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 #BAEE8C is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 140 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.07 |
| HSL | 91.84º | 0.74% | 0.74% | - |
| HSV(B) | 91.84º | 0.41% | 0.93% | - |
| XYZ | 55.56 | 73.48 | 36.07 | - |
| YUV | 211.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 140 | 0.22 | 0 | 0.41 | 0.07 | 91.84 | 0.74 | 0.74 |
| Hex | BA | EE | 8C | 16 | 0 | 29 | 7 | 5C | 4A | 4A |
| Octal | 272 | 356 | 214 | 26 | 0 | 51 | 7 | 134 | 112 | 112 |
| Binary | 10111010 | 11101110 | 10001100 | 10110 | 0 | 101001 | 111 | 1011100 | 1001010 | 1001010 |
Color Harmonies of #BAEE8C
Complementary color
Monochromatic Colors of #BAEE8C
Black with #BAEE8C
Text Example
Text Example
White with #BAEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE8C; }
p { color: rgb(186,238,140); }
H1.HeaderClassName
{
color: #BAEE8C;
}
.AnyTagClassName
{
color: #BAEE8C;
}
</style>
background-color css
<style>
a { background-color: #BAEE8C; }
a { background-color: rgb(186,238,140); }
div.DivClassName
{
background-color: #BAEE8C;
}
.BgClassName
{
background-color: #BAEE8C;
}
</style>
border-color css
<style>
span { border-color: #BAEE8C; }
span { border-color: rgb(186,238,140); }
td.TdClassName
{
border-color: #BAEE8C;
}
.TagClassName
{
border-color: #BAEE8C;
}
</style>