Shades of Sulu #BCED8C
Tints of Sulu #BCED8C
RGB
CMYK
RGB Variations
Color information
#BCED8C (or 0xBCED8C) is known color: Sulu. HEX triplet: BC, ED and 8C. RGB value is (188,237,140). Sum of RGB (Red+Green+Blue) = 188+237+140=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED8C is #431273. Grayscale: #D3D3D3. Windows color (decimal): -4395636 or 9235900. OLE color: 9235900.
HSL color Cylindrical-coordinate representation of color #BCED8C: hue angle of 90.31º degrees, saturation: 0.73, 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 #BCED8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 140 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90.31º | 0.73% | 0.74% | - |
| HSV(B) | 90.31º | 0.41% | 0.93% | - |
| XYZ | 55.76 | 73.15 | 35.99 | - |
| YUV | 211.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 140 | 0.21 | 0 | 0.41 | 0.07 | 90.31 | 0.73 | 0.74 |
| Hex | BC | ED | 8C | 15 | 0 | 29 | 7 | 5A | 49 | 4A |
| Octal | 274 | 355 | 214 | 25 | 0 | 51 | 7 | 132 | 111 | 112 |
| Binary | 10111100 | 11101101 | 10001100 | 10101 | 0 | 101001 | 111 | 1011010 | 1001001 | 1001010 |
Color Harmonies of #BCED8C
Complementary color
Monochromatic Colors of #BCED8C
Black with #BCED8C
Text Example
Text Example
White with #BCED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED8C; }
p { color: rgb(188,237,140); }
H1.HeaderClassName
{
color: #BCED8C;
}
.AnyTagClassName
{
color: #BCED8C;
}
</style>
background-color css
<style>
a { background-color: #BCED8C; }
a { background-color: rgb(188,237,140); }
div.DivClassName
{
background-color: #BCED8C;
}
.BgClassName
{
background-color: #BCED8C;
}
</style>
border-color css
<style>
span { border-color: #BCED8C; }
span { border-color: rgb(188,237,140); }
td.TdClassName
{
border-color: #BCED8C;
}
.TagClassName
{
border-color: #BCED8C;
}
</style>