Shades of Onahau #BCE4F6
Tints of Onahau #BCE4F6
RGB
CMYK
RGB Variations
Color information
#BCE4F6 (or 0xBCE4F6) is known color: Onahau. HEX triplet: BC, E4 and F6. RGB value is (188,228,246). Sum of RGB (Red+Green+Blue) = 188+228+246=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCE4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F6 is #431B09. Grayscale: #D9D9D9. Windows color (decimal): -4397834 or 16180412. OLE color: 16180412.
HSL color Cylindrical-coordinate representation of color #BCE4F6: hue angle of 198.62º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE4F6 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 228 | 246 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.04 |
| HSL | 198.62º | 0.76% | 0.85% | - |
| HSV(B) | 198.62º | 0.24% | 0.96% | - |
| XYZ | 65.12 | 72.83 | 97.81 | - |
| YUV | 218.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 246 | 0.24 | 0.07 | 0 | 0.04 | 198.62 | 0.76 | 0.85 |
| Hex | BC | E4 | F6 | 18 | 7 | 0 | 4 | C7 | 4C | 55 |
| Octal | 274 | 344 | 366 | 30 | 7 | 0 | 4 | 307 | 114 | 125 |
| Binary | 10111100 | 11100100 | 11110110 | 11000 | 111 | 0 | 100 | 11000111 | 1001100 | 1010101 |
Color Harmonies of #BCE4F6
Complementary color
Monochromatic Colors of #BCE4F6
Black with #BCE4F6
Text Example
Text Example
White with #BCE4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4F6; }
p { color: rgb(188,228,246); }
H1.HeaderClassName
{
color: #BCE4F6;
}
.AnyTagClassName
{
color: #BCE4F6;
}
</style>
background-color css
<style>
a { background-color: #BCE4F6; }
a { background-color: rgb(188,228,246); }
div.DivClassName
{
background-color: #BCE4F6;
}
.BgClassName
{
background-color: #BCE4F6;
}
</style>
border-color css
<style>
span { border-color: #BCE4F6; }
span { border-color: rgb(188,228,246); }
td.TdClassName
{
border-color: #BCE4F6;
}
.TagClassName
{
border-color: #BCE4F6;
}
</style>