Shades of Onahau #BCE3F0
Tints of Onahau #BCE3F0
RGB
CMYK
RGB Variations
Color information
#BCE3F0 (or 0xBCE3F0) is known color: Onahau. HEX triplet: BC, E3 and F0. RGB value is (188,227,240). Sum of RGB (Red+Green+Blue) = 188+227+240=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3F0 is #431C0F. Grayscale: #D8D8D8. Windows color (decimal): -4398096 or 15786940. OLE color: 15786940.
HSL color Cylindrical-coordinate representation of color #BCE3F0: hue angle of 195º 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 #BCE3F0 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 227 | 240 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.06 |
| HSL | 195º | 0.63% | 0.84% | - |
| HSV(B) | 195º | 0.22% | 0.94% | - |
| XYZ | 63.94 | 71.92 | 92.95 | - |
| YUV | 216.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 240 | 0.22 | 0.05 | 0 | 0.06 | 195 | 0.63 | 0.84 |
| Hex | BC | E3 | F0 | 16 | 5 | 0 | 6 | C3 | 3F | 54 |
| Octal | 274 | 343 | 360 | 26 | 5 | 0 | 6 | 303 | 77 | 124 |
| Binary | 10111100 | 11100011 | 11110000 | 10110 | 101 | 0 | 110 | 11000011 | 111111 | 1010100 |
Color Harmonies of #BCE3F0
Complementary color
Monochromatic Colors of #BCE3F0
Black with #BCE3F0
Text Example
Text Example
White with #BCE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3F0; }
p { color: rgb(188,227,240); }
H1.HeaderClassName
{
color: #BCE3F0;
}
.AnyTagClassName
{
color: #BCE3F0;
}
</style>
background-color css
<style>
a { background-color: #BCE3F0; }
a { background-color: rgb(188,227,240); }
div.DivClassName
{
background-color: #BCE3F0;
}
.BgClassName
{
background-color: #BCE3F0;
}
</style>
border-color css
<style>
span { border-color: #BCE3F0; }
span { border-color: rgb(188,227,240); }
td.TdClassName
{
border-color: #BCE3F0;
}
.TagClassName
{
border-color: #BCE3F0;
}
</style>