Shades of Onahau #BCE9FE
Tints of Onahau #BCE9FE
RGB
CMYK
RGB Variations
Color information
#BCE9FE (or 0xBCE9FE) is known color: Onahau. HEX triplet: BC, E9 and FE. RGB value is (188,233,254). Sum of RGB (Red+Green+Blue) = 188+233+254=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FE is #431601. Grayscale: #DDDDDD. Windows color (decimal): -4396546 or 16705980. OLE color: 16705980.
HSL color Cylindrical-coordinate representation of color #BCE9FE: hue angle of 199.09º 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 #BCE9FE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 233 | 254 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.00 |
| HSL | 199.09º | 0.97% | 0.87% | - |
| HSV(B) | 199.09º | 0.26% | 1% | - |
| XYZ | 67.77 | 76.12 | 104.89 | - |
| YUV | 221.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 254 | 0.26 | 0.08 | 0 | 0.00 | 199.09 | 0.97 | 0.87 |
| Hex | BC | E9 | FE | 1A | 8 | 0 | 0 | C7 | 61 | 57 |
| Octal | 274 | 351 | 376 | 32 | 10 | 0 | 0 | 307 | 141 | 127 |
| Binary | 10111100 | 11101001 | 11111110 | 11010 | 1000 | 0 | 0 | 11000111 | 1100001 | 1010111 |
Color Harmonies of #BCE9FE
Complementary color
Monochromatic Colors of #BCE9FE
Black with #BCE9FE
Text Example
Text Example
White with #BCE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9FE; }
p { color: rgb(188,233,254); }
H1.HeaderClassName
{
color: #BCE9FE;
}
.AnyTagClassName
{
color: #BCE9FE;
}
</style>
background-color css
<style>
a { background-color: #BCE9FE; }
a { background-color: rgb(188,233,254); }
div.DivClassName
{
background-color: #BCE9FE;
}
.BgClassName
{
background-color: #BCE9FE;
}
</style>
border-color css
<style>
span { border-color: #BCE9FE; }
span { border-color: rgb(188,233,254); }
td.TdClassName
{
border-color: #BCE9FE;
}
.TagClassName
{
border-color: #BCE9FE;
}
</style>