Shades of Sulu #BCED6B
Tints of Sulu #BCED6B
RGB
CMYK
RGB Variations
Color information
#BCED6B (or 0xBCED6B) is known color: Sulu. HEX triplet: BC, ED and 6B. RGB value is (188,237,107). Sum of RGB (Red+Green+Blue) = 188+237+107=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED6B is #431294. Grayscale: #D0D0D0. Windows color (decimal): -4395669 or 7073212. OLE color: 7073212.
HSL color Cylindrical-coordinate representation of color #BCED6B: hue angle of 82.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCED6B is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 107 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.07 |
| HSL | 82.62º | 0.78% | 0.67% | - |
| HSV(B) | 82.62º | 0.55% | 0.93% | - |
| XYZ | 53.68 | 72.32 | 25.04 | - |
| YUV | 207.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 107 | 0.21 | 0 | 0.55 | 0.07 | 82.62 | 0.78 | 0.67 |
| Hex | BC | ED | 6B | 15 | 0 | 37 | 7 | 53 | 4E | 43 |
| Octal | 274 | 355 | 153 | 25 | 0 | 67 | 7 | 123 | 116 | 103 |
| Binary | 10111100 | 11101101 | 1101011 | 10101 | 0 | 110111 | 111 | 1010011 | 1001110 | 1000011 |
Color Harmonies of #BCED6B
Complementary color
Monochromatic Colors of #BCED6B
Black with #BCED6B
Text Example
Text Example
White with #BCED6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED6B; }
p { color: rgb(188,237,107); }
H1.HeaderClassName
{
color: #BCED6B;
}
.AnyTagClassName
{
color: #BCED6B;
}
</style>
background-color css
<style>
a { background-color: #BCED6B; }
a { background-color: rgb(188,237,107); }
div.DivClassName
{
background-color: #BCED6B;
}
.BgClassName
{
background-color: #BCED6B;
}
</style>
border-color css
<style>
span { border-color: #BCED6B; }
span { border-color: rgb(188,237,107); }
td.TdClassName
{
border-color: #BCED6B;
}
.TagClassName
{
border-color: #BCED6B;
}
</style>