Shades of Onahau #BCE7F0
Tints of Onahau #BCE7F0
RGB
CMYK
RGB Variations
Color information
#BCE7F0 (or 0xBCE7F0) is known color: Onahau. HEX triplet: BC, E7 and F0. RGB value is (188,231,240). Sum of RGB (Red+Green+Blue) = 188+231+240=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F0 is #43180F. Grayscale: #DBDBDB. Windows color (decimal): -4397072 or 15787964. OLE color: 15787964.
HSL color Cylindrical-coordinate representation of color #BCE7F0: hue angle of 190.38º 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 #BCE7F0 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 231 | 240 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.06 |
| HSL | 190.38º | 0.63% | 0.84% | - |
| HSV(B) | 190.38º | 0.22% | 0.94% | - |
| XYZ | 65.04 | 74.13 | 93.32 | - |
| YUV | 219.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 240 | 0.22 | 0.04 | 0 | 0.06 | 190.38 | 0.63 | 0.84 |
| Hex | BC | E7 | F0 | 16 | 4 | 0 | 6 | BE | 3F | 54 |
| Octal | 274 | 347 | 360 | 26 | 4 | 0 | 6 | 276 | 77 | 124 |
| Binary | 10111100 | 11100111 | 11110000 | 10110 | 100 | 0 | 110 | 10111110 | 111111 | 1010100 |
Color Harmonies of #BCE7F0
Complementary color
Monochromatic Colors of #BCE7F0
Black with #BCE7F0
Text Example
Text Example
White with #BCE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7F0; }
p { color: rgb(188,231,240); }
H1.HeaderClassName
{
color: #BCE7F0;
}
.AnyTagClassName
{
color: #BCE7F0;
}
</style>
background-color css
<style>
a { background-color: #BCE7F0; }
a { background-color: rgb(188,231,240); }
div.DivClassName
{
background-color: #BCE7F0;
}
.BgClassName
{
background-color: #BCE7F0;
}
</style>
border-color css
<style>
span { border-color: #BCE7F0; }
span { border-color: rgb(188,231,240); }
td.TdClassName
{
border-color: #BCE7F0;
}
.TagClassName
{
border-color: #BCE7F0;
}
</style>