Shades of Sulu #BCF067
Tints of Sulu #BCF067
RGB
CMYK
RGB Variations
Color information
#BCF067 (or 0xBCF067) is known color: Sulu. HEX triplet: BC, F0 and 67. RGB value is (188,240,103). Sum of RGB (Red+Green+Blue) = 188+240+103=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF067 is #430F98. Grayscale: #D1D1D1. Windows color (decimal): -4394905 or 6811836. OLE color: 6811836.
HSL color Cylindrical-coordinate representation of color #BCF067: hue angle of 82.77º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF067 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 103 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.06 |
| HSL | 82.77º | 0.82% | 0.67% | - |
| HSV(B) | 82.77º | 0.57% | 0.94% | - |
| XYZ | 54.35 | 73.99 | 24.25 | - |
| YUV | 208.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 103 | 0.22 | 0 | 0.57 | 0.06 | 82.77 | 0.82 | 0.67 |
| Hex | BC | F0 | 67 | 16 | 0 | 39 | 6 | 53 | 52 | 43 |
| Octal | 274 | 360 | 147 | 26 | 0 | 71 | 6 | 123 | 122 | 103 |
| Binary | 10111100 | 11110000 | 1100111 | 10110 | 0 | 111001 | 110 | 1010011 | 1010010 | 1000011 |
Color Harmonies of #BCF067
Complementary color
Monochromatic Colors of #BCF067
Black with #BCF067
Text Example
Text Example
White with #BCF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF067; }
p { color: rgb(188,240,103); }
H1.HeaderClassName
{
color: #BCF067;
}
.AnyTagClassName
{
color: #BCF067;
}
</style>
background-color css
<style>
a { background-color: #BCF067; }
a { background-color: rgb(188,240,103); }
div.DivClassName
{
background-color: #BCF067;
}
.BgClassName
{
background-color: #BCF067;
}
</style>
border-color css
<style>
span { border-color: #BCF067; }
span { border-color: rgb(188,240,103); }
td.TdClassName
{
border-color: #BCF067;
}
.TagClassName
{
border-color: #BCF067;
}
</style>