Shades of Onahau #BCEBFE
Tints of Onahau #BCEBFE
RGB
CMYK
RGB Variations
Color information
#BCEBFE (or 0xBCEBFE) is known color: Onahau. HEX triplet: BC, EB and FE. RGB value is (188,235,254). Sum of RGB (Red+Green+Blue) = 188+235+254=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFE is #431401. Grayscale: #DEDEDE. Windows color (decimal): -4396034 or 16706492. OLE color: 16706492.
HSL color Cylindrical-coordinate representation of color #BCEBFE: hue angle of 197.27º 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 #BCEBFE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 235 | 254 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.00 |
| HSL | 197.27º | 0.97% | 0.87% | - |
| HSV(B) | 197.27º | 0.26% | 1% | - |
| XYZ | 68.34 | 77.26 | 105.08 | - |
| YUV | 223.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 254 | 0.26 | 0.07 | 0 | 0.00 | 197.27 | 0.97 | 0.87 |
| Hex | BC | EB | FE | 1A | 7 | 0 | 0 | C5 | 61 | 57 |
| Octal | 274 | 353 | 376 | 32 | 7 | 0 | 0 | 305 | 141 | 127 |
| Binary | 10111100 | 11101011 | 11111110 | 11010 | 111 | 0 | 0 | 11000101 | 1100001 | 1010111 |
Color Harmonies of #BCEBFE
Complementary color
Monochromatic Colors of #BCEBFE
Black with #BCEBFE
Text Example
Text Example
White with #BCEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBFE; }
p { color: rgb(188,235,254); }
H1.HeaderClassName
{
color: #BCEBFE;
}
.AnyTagClassName
{
color: #BCEBFE;
}
</style>
background-color css
<style>
a { background-color: #BCEBFE; }
a { background-color: rgb(188,235,254); }
div.DivClassName
{
background-color: #BCEBFE;
}
.BgClassName
{
background-color: #BCEBFE;
}
</style>
border-color css
<style>
span { border-color: #BCEBFE; }
span { border-color: rgb(188,235,254); }
td.TdClassName
{
border-color: #BCEBFE;
}
.TagClassName
{
border-color: #BCEBFE;
}
</style>