Shades of Onahau #BCEBFA
Tints of Onahau #BCEBFA
RGB
CMYK
RGB Variations
Color information
#BCEBFA (or 0xBCEBFA) is known color: Onahau. HEX triplet: BC, EB and FA. RGB value is (188,235,250). Sum of RGB (Red+Green+Blue) = 188+235+250=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCEBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFA is #431405. Grayscale: #DEDEDE. Windows color (decimal): -4396038 or 16444348. OLE color: 16444348.
HSL color Cylindrical-coordinate representation of color #BCEBFA: hue angle of 194.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEBFA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 235 | 250 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.02 |
| HSL | 194.52º | 0.86% | 0.86% | - |
| HSV(B) | 194.52º | 0.25% | 0.98% | - |
| XYZ | 67.7 | 77.01 | 101.74 | - |
| YUV | 222.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 250 | 0.25 | 0.06 | 0 | 0.02 | 194.52 | 0.86 | 0.86 |
| Hex | BC | EB | FA | 19 | 6 | 0 | 2 | C3 | 56 | 56 |
| Octal | 274 | 353 | 372 | 31 | 6 | 0 | 2 | 303 | 126 | 126 |
| Binary | 10111100 | 11101011 | 11111010 | 11001 | 110 | 0 | 10 | 11000011 | 1010110 | 1010110 |
Color Harmonies of #BCEBFA
Complementary color
Monochromatic Colors of #BCEBFA
Black with #BCEBFA
Text Example
Text Example
White with #BCEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBFA; }
p { color: rgb(188,235,250); }
H1.HeaderClassName
{
color: #BCEBFA;
}
.AnyTagClassName
{
color: #BCEBFA;
}
</style>
background-color css
<style>
a { background-color: #BCEBFA; }
a { background-color: rgb(188,235,250); }
div.DivClassName
{
background-color: #BCEBFA;
}
.BgClassName
{
background-color: #BCEBFA;
}
</style>
border-color css
<style>
span { border-color: #BCEBFA; }
span { border-color: rgb(188,235,250); }
td.TdClassName
{
border-color: #BCEBFA;
}
.TagClassName
{
border-color: #BCEBFA;
}
</style>