Shades of Sulu #BCF67B
Tints of Sulu #BCF67B
RGB
CMYK
RGB Variations
Color information
#BCF67B (or 0xBCF67B) is known color: Sulu. HEX triplet: BC, F6 and 7B. RGB value is (188,246,123). Sum of RGB (Red+Green+Blue) = 188+246+123=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF67B is #430984. Grayscale: #D7D7D7. Windows color (decimal): -4393349 or 8124092. OLE color: 8124092.
HSL color Cylindrical-coordinate representation of color #BCF67B: hue angle of 88.29º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF67B is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 123 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 88.29º | 0.87% | 0.72% | - |
| HSV(B) | 88.29º | 0.5% | 0.96% | - |
| XYZ | 57.27 | 78.03 | 30.78 | - |
| YUV | 214.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 123 | 0.24 | 0 | 0.50 | 0.04 | 88.29 | 0.87 | 0.72 |
| Hex | BC | F6 | 7B | 18 | 0 | 32 | 4 | 58 | 57 | 48 |
| Octal | 274 | 366 | 173 | 30 | 0 | 62 | 4 | 130 | 127 | 110 |
| Binary | 10111100 | 11110110 | 1111011 | 11000 | 0 | 110010 | 100 | 1011000 | 1010111 | 1001000 |
Color Harmonies of #BCF67B
Complementary color
Monochromatic Colors of #BCF67B
Black with #BCF67B
Text Example
Text Example
White with #BCF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF67B; }
p { color: rgb(188,246,123); }
H1.HeaderClassName
{
color: #BCF67B;
}
.AnyTagClassName
{
color: #BCF67B;
}
</style>
background-color css
<style>
a { background-color: #BCF67B; }
a { background-color: rgb(188,246,123); }
div.DivClassName
{
background-color: #BCF67B;
}
.BgClassName
{
background-color: #BCF67B;
}
</style>
border-color css
<style>
span { border-color: #BCF67B; }
span { border-color: rgb(188,246,123); }
td.TdClassName
{
border-color: #BCF67B;
}
.TagClassName
{
border-color: #BCF67B;
}
</style>