Shades of Onahau #BCE8F0
Tints of Onahau #BCE8F0
RGB
CMYK
RGB Variations
Color information
#BCE8F0 (or 0xBCE8F0) is known color: Onahau. HEX triplet: BC, E8 and F0. RGB value is (188,232,240). Sum of RGB (Red+Green+Blue) = 188+232+240=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8F0 is #43170F. Grayscale: #DBDBDB. Windows color (decimal): -4396816 or 15788220. OLE color: 15788220.
HSL color Cylindrical-coordinate representation of color #BCE8F0: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE8F0 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 232 | 240 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.06 |
| HSL | 189.23º | 0.63% | 0.84% | - |
| HSV(B) | 189.23º | 0.22% | 0.94% | - |
| XYZ | 65.32 | 74.7 | 93.41 | - |
| YUV | 219.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 240 | 0.22 | 0.03 | 0 | 0.06 | 189.23 | 0.63 | 0.84 |
| Hex | BC | E8 | F0 | 16 | 3 | 0 | 6 | BD | 3F | 54 |
| Octal | 274 | 350 | 360 | 26 | 3 | 0 | 6 | 275 | 77 | 124 |
| Binary | 10111100 | 11101000 | 11110000 | 10110 | 11 | 0 | 110 | 10111101 | 111111 | 1010100 |
Color Harmonies of #BCE8F0
Complementary color
Monochromatic Colors of #BCE8F0
Black with #BCE8F0
Text Example
Text Example
White with #BCE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8F0; }
p { color: rgb(188,232,240); }
H1.HeaderClassName
{
color: #BCE8F0;
}
.AnyTagClassName
{
color: #BCE8F0;
}
</style>
background-color css
<style>
a { background-color: #BCE8F0; }
a { background-color: rgb(188,232,240); }
div.DivClassName
{
background-color: #BCE8F0;
}
.BgClassName
{
background-color: #BCE8F0;
}
</style>
border-color css
<style>
span { border-color: #BCE8F0; }
span { border-color: rgb(188,232,240); }
td.TdClassName
{
border-color: #BCE8F0;
}
.TagClassName
{
border-color: #BCE8F0;
}
</style>