Shades of Onahau #BCEEFE
Tints of Onahau #BCEEFE
RGB
CMYK
RGB Variations
Color information
#BCEEFE (or 0xBCEEFE) is known color: Onahau. HEX triplet: BC, EE and FE. RGB value is (188,238,254). Sum of RGB (Red+Green+Blue) = 188+238+254=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFE is #431101. Grayscale: #E0E0E0. Windows color (decimal): -4395266 or 16707260. OLE color: 16707260.
HSL color Cylindrical-coordinate representation of color #BCEEFE: hue angle of 194.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEEFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 238 | 254 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.00 |
| HSL | 194.55º | 0.97% | 0.87% | - |
| HSV(B) | 194.55º | 0.26% | 1% | - |
| XYZ | 69.2 | 79 | 105.37 | - |
| YUV | 224.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 254 | 0.26 | 0.06 | 0 | 0.00 | 194.55 | 0.97 | 0.87 |
| Hex | BC | EE | FE | 1A | 6 | 0 | 0 | C3 | 61 | 57 |
| Octal | 274 | 356 | 376 | 32 | 6 | 0 | 0 | 303 | 141 | 127 |
| Binary | 10111100 | 11101110 | 11111110 | 11010 | 110 | 0 | 0 | 11000011 | 1100001 | 1010111 |
Color Harmonies of #BCEEFE
Complementary color
Monochromatic Colors of #BCEEFE
Black with #BCEEFE
Text Example
Text Example
White with #BCEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEFE; }
p { color: rgb(188,238,254); }
H1.HeaderClassName
{
color: #BCEEFE;
}
.AnyTagClassName
{
color: #BCEEFE;
}
</style>
background-color css
<style>
a { background-color: #BCEEFE; }
a { background-color: rgb(188,238,254); }
div.DivClassName
{
background-color: #BCEEFE;
}
.BgClassName
{
background-color: #BCEEFE;
}
</style>
border-color css
<style>
span { border-color: #BCEEFE; }
span { border-color: rgb(188,238,254); }
td.TdClassName
{
border-color: #BCEEFE;
}
.TagClassName
{
border-color: #BCEEFE;
}
</style>