Shades of Onahau #BCEAF0
Tints of Onahau #BCEAF0
RGB
CMYK
RGB Variations
Color information
#BCEAF0 (or 0xBCEAF0) is known color: Onahau. HEX triplet: BC, EA and F0. RGB value is (188,234,240). Sum of RGB (Red+Green+Blue) = 188+234+240=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF0 is #43150F. Grayscale: #DCDCDC. Windows color (decimal): -4396304 or 15788732. OLE color: 15788732.
HSL color Cylindrical-coordinate representation of color #BCEAF0: hue angle of 186.92º 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 #BCEAF0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 234 | 240 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.06 |
| HSL | 186.92º | 0.63% | 0.84% | - |
| HSV(B) | 186.92º | 0.22% | 0.94% | - |
| XYZ | 65.89 | 75.83 | 93.6 | - |
| YUV | 220.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 240 | 0.22 | 0.02 | 0 | 0.06 | 186.92 | 0.63 | 0.84 |
| Hex | BC | EA | F0 | 16 | 2 | 0 | 6 | BB | 3F | 54 |
| Octal | 274 | 352 | 360 | 26 | 2 | 0 | 6 | 273 | 77 | 124 |
| Binary | 10111100 | 11101010 | 11110000 | 10110 | 10 | 0 | 110 | 10111011 | 111111 | 1010100 |
Color Harmonies of #BCEAF0
Complementary color
Monochromatic Colors of #BCEAF0
Black with #BCEAF0
Text Example
Text Example
White with #BCEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAF0; }
p { color: rgb(188,234,240); }
H1.HeaderClassName
{
color: #BCEAF0;
}
.AnyTagClassName
{
color: #BCEAF0;
}
</style>
background-color css
<style>
a { background-color: #BCEAF0; }
a { background-color: rgb(188,234,240); }
div.DivClassName
{
background-color: #BCEAF0;
}
.BgClassName
{
background-color: #BCEAF0;
}
</style>
border-color css
<style>
span { border-color: #BCEAF0; }
span { border-color: rgb(188,234,240); }
td.TdClassName
{
border-color: #BCEAF0;
}
.TagClassName
{
border-color: #BCEAF0;
}
</style>