Shades of Onahau #BCEFFE
Tints of Onahau #BCEFFE
RGB
CMYK
RGB Variations
Color information
#BCEFFE (or 0xBCEFFE) is known color: Onahau. HEX triplet: BC, EF and FE. RGB value is (188,239,254). Sum of RGB (Red+Green+Blue) = 188+239+254=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFE is #431001. Grayscale: #E1E1E1. Windows color (decimal): -4395010 or 16707516. OLE color: 16707516.
HSL color Cylindrical-coordinate representation of color #BCEFFE: hue angle of 193.64º 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 #BCEFFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 239 | 254 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.00 |
| HSL | 193.64º | 0.97% | 0.87% | - |
| HSV(B) | 193.64º | 0.26% | 1% | - |
| XYZ | 69.49 | 79.58 | 105.46 | - |
| YUV | 225.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 254 | 0.26 | 0.06 | 0 | 0.00 | 193.64 | 0.97 | 0.87 |
| Hex | BC | EF | FE | 1A | 6 | 0 | 0 | C2 | 61 | 57 |
| Octal | 274 | 357 | 376 | 32 | 6 | 0 | 0 | 302 | 141 | 127 |
| Binary | 10111100 | 11101111 | 11111110 | 11010 | 110 | 0 | 0 | 11000010 | 1100001 | 1010111 |
Color Harmonies of #BCEFFE
Complementary color
Monochromatic Colors of #BCEFFE
Black with #BCEFFE
Text Example
Text Example
White with #BCEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFFE; }
p { color: rgb(188,239,254); }
H1.HeaderClassName
{
color: #BCEFFE;
}
.AnyTagClassName
{
color: #BCEFFE;
}
</style>
background-color css
<style>
a { background-color: #BCEFFE; }
a { background-color: rgb(188,239,254); }
div.DivClassName
{
background-color: #BCEFFE;
}
.BgClassName
{
background-color: #BCEFFE;
}
</style>
border-color css
<style>
span { border-color: #BCEFFE; }
span { border-color: rgb(188,239,254); }
td.TdClassName
{
border-color: #BCEFFE;
}
.TagClassName
{
border-color: #BCEFFE;
}
</style>