Shades of Onahau #BCE4F5
Tints of Onahau #BCE4F5
RGB
CMYK
RGB Variations
Color information
#BCE4F5 (or 0xBCE4F5) is known color: Onahau. HEX triplet: BC, E4 and F5. RGB value is (188,228,245). Sum of RGB (Red+Green+Blue) = 188+228+245=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F5 is #431B0A. Grayscale: #D9D9D9. Windows color (decimal): -4397835 or 16114876. OLE color: 16114876.
HSL color Cylindrical-coordinate representation of color #BCE4F5: hue angle of 197.89º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE4F5 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 228 | 245 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.04 |
| HSL | 197.89º | 0.74% | 0.85% | - |
| HSV(B) | 197.89º | 0.23% | 0.96% | - |
| XYZ | 64.96 | 72.77 | 97.01 | - |
| YUV | 217.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 245 | 0.23 | 0.07 | 0 | 0.04 | 197.89 | 0.74 | 0.85 |
| Hex | BC | E4 | F5 | 17 | 7 | 0 | 4 | C6 | 4A | 55 |
| Octal | 274 | 344 | 365 | 27 | 7 | 0 | 4 | 306 | 112 | 125 |
| Binary | 10111100 | 11100100 | 11110101 | 10111 | 111 | 0 | 100 | 11000110 | 1001010 | 1010101 |
Color Harmonies of #BCE4F5
Complementary color
Monochromatic Colors of #BCE4F5
Black with #BCE4F5
Text Example
Text Example
White with #BCE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4F5; }
p { color: rgb(188,228,245); }
H1.HeaderClassName
{
color: #BCE4F5;
}
.AnyTagClassName
{
color: #BCE4F5;
}
</style>
background-color css
<style>
a { background-color: #BCE4F5; }
a { background-color: rgb(188,228,245); }
div.DivClassName
{
background-color: #BCE4F5;
}
.BgClassName
{
background-color: #BCE4F5;
}
</style>
border-color css
<style>
span { border-color: #BCE4F5; }
span { border-color: rgb(188,228,245); }
td.TdClassName
{
border-color: #BCE4F5;
}
.TagClassName
{
border-color: #BCE4F5;
}
</style>