Shades of Onahau #BCE5F0
Tints of Onahau #BCE5F0
RGB
CMYK
RGB Variations
Color information
#BCE5F0 (or 0xBCE5F0) is known color: Onahau. HEX triplet: BC, E5 and F0. RGB value is (188,229,240). Sum of RGB (Red+Green+Blue) = 188+229+240=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F0 is #431A0F. Grayscale: #D9D9D9. Windows color (decimal): -4397584 or 15787452. OLE color: 15787452.
HSL color Cylindrical-coordinate representation of color #BCE5F0: hue angle of 192.69º 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 #BCE5F0 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 229 | 240 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.06 |
| HSL | 192.69º | 0.63% | 0.84% | - |
| HSV(B) | 192.69º | 0.22% | 0.94% | - |
| XYZ | 64.49 | 73.02 | 93.13 | - |
| YUV | 218 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 240 | 0.22 | 0.05 | 0 | 0.06 | 192.69 | 0.63 | 0.84 |
| Hex | BC | E5 | F0 | 16 | 5 | 0 | 6 | C1 | 3F | 54 |
| Octal | 274 | 345 | 360 | 26 | 5 | 0 | 6 | 301 | 77 | 124 |
| Binary | 10111100 | 11100101 | 11110000 | 10110 | 101 | 0 | 110 | 11000001 | 111111 | 1010100 |
Color Harmonies of #BCE5F0
Complementary color
Monochromatic Colors of #BCE5F0
Black with #BCE5F0
Text Example
Text Example
White with #BCE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5F0; }
p { color: rgb(188,229,240); }
H1.HeaderClassName
{
color: #BCE5F0;
}
.AnyTagClassName
{
color: #BCE5F0;
}
</style>
background-color css
<style>
a { background-color: #BCE5F0; }
a { background-color: rgb(188,229,240); }
div.DivClassName
{
background-color: #BCE5F0;
}
.BgClassName
{
background-color: #BCE5F0;
}
</style>
border-color css
<style>
span { border-color: #BCE5F0; }
span { border-color: rgb(188,229,240); }
td.TdClassName
{
border-color: #BCE5F0;
}
.TagClassName
{
border-color: #BCE5F0;
}
</style>