Shades of Onahau #BCE4FA
Tints of Onahau #BCE4FA
RGB
CMYK
RGB Variations
Color information
#BCE4FA (or 0xBCE4FA) is known color: Onahau. HEX triplet: BC, E4 and FA. RGB value is (188,228,250). Sum of RGB (Red+Green+Blue) = 188+228+250=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FA is #431B05. Grayscale: #DADADA. Windows color (decimal): -4397830 or 16442556. OLE color: 16442556.
HSL color Cylindrical-coordinate representation of color #BCE4FA: hue angle of 201.29º 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 #BCE4FA is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 228 | 250 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.02 |
| HSL | 201.29º | 0.86% | 0.86% | - |
| HSV(B) | 201.29º | 0.25% | 0.98% | - |
| XYZ | 65.74 | 73.08 | 101.08 | - |
| YUV | 218.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 250 | 0.25 | 0.09 | 0 | 0.02 | 201.29 | 0.86 | 0.86 |
| Hex | BC | E4 | FA | 19 | 9 | 0 | 2 | C9 | 56 | 56 |
| Octal | 274 | 344 | 372 | 31 | 11 | 0 | 2 | 311 | 126 | 126 |
| Binary | 10111100 | 11100100 | 11111010 | 11001 | 1001 | 0 | 10 | 11001001 | 1010110 | 1010110 |
Color Harmonies of #BCE4FA
Complementary color
Monochromatic Colors of #BCE4FA
Black with #BCE4FA
Text Example
Text Example
White with #BCE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4FA; }
p { color: rgb(188,228,250); }
H1.HeaderClassName
{
color: #BCE4FA;
}
.AnyTagClassName
{
color: #BCE4FA;
}
</style>
background-color css
<style>
a { background-color: #BCE4FA; }
a { background-color: rgb(188,228,250); }
div.DivClassName
{
background-color: #BCE4FA;
}
.BgClassName
{
background-color: #BCE4FA;
}
</style>
border-color css
<style>
span { border-color: #BCE4FA; }
span { border-color: rgb(188,228,250); }
td.TdClassName
{
border-color: #BCE4FA;
}
.TagClassName
{
border-color: #BCE4FA;
}
</style>