Shades of Sulu #BCE792
Tints of Sulu #BCE792
RGB
CMYK
RGB Variations
Color information
#BCE792 (or 0xBCE792) is known color: Sulu. HEX triplet: BC, E7 and 92. RGB value is (188,231,146). Sum of RGB (Red+Green+Blue) = 188+231+146=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE792 is #43186D. Grayscale: #D0D0D0. Windows color (decimal): -4397166 or 9627580. OLE color: 9627580.
HSL color Cylindrical-coordinate representation of color #BCE792: hue angle of 90.35º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE792 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 146 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.09 |
| HSL | 90.35º | 0.64% | 0.74% | - |
| HSV(B) | 90.35º | 0.37% | 0.91% | - |
| XYZ | 54.5 | 69.92 | 37.82 | - |
| YUV | 208.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 146 | 0.19 | 0 | 0.37 | 0.09 | 90.35 | 0.64 | 0.74 |
| Hex | BC | E7 | 92 | 13 | 0 | 25 | 9 | 5A | 40 | 4A |
| Octal | 274 | 347 | 222 | 23 | 0 | 45 | 11 | 132 | 100 | 112 |
| Binary | 10111100 | 11100111 | 10010010 | 10011 | 0 | 100101 | 1001 | 1011010 | 1000000 | 1001010 |
Color Harmonies of #BCE792
Complementary color
Monochromatic Colors of #BCE792
Black with #BCE792
Text Example
Text Example
White with #BCE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE792; }
p { color: rgb(188,231,146); }
H1.HeaderClassName
{
color: #BCE792;
}
.AnyTagClassName
{
color: #BCE792;
}
</style>
background-color css
<style>
a { background-color: #BCE792; }
a { background-color: rgb(188,231,146); }
div.DivClassName
{
background-color: #BCE792;
}
.BgClassName
{
background-color: #BCE792;
}
</style>
border-color css
<style>
span { border-color: #BCE792; }
span { border-color: rgb(188,231,146); }
td.TdClassName
{
border-color: #BCE792;
}
.TagClassName
{
border-color: #BCE792;
}
</style>