Shades of Onahau #BCEDFF
Tints of Onahau #BCEDFF
RGB
CMYK
RGB Variations
Color information
#BCEDFF (or 0xBCEDFF) is known color: Onahau. HEX triplet: BC, ED and FF. RGB value is (188,237,255). Sum of RGB (Red+Green+Blue) = 188+237+255=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDFF is #431200. Grayscale: #E0E0E0. Windows color (decimal): -4395521 or 16772540. OLE color: 16772540.
HSL color Cylindrical-coordinate representation of color #BCEDFF: hue angle of 196.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEDFF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 237 | 255 | - |
| CMYK | 0.26 | 0.07 | 0 | 0 |
| HSL | 196.12º | 1% | 0.87% | - |
| HSV(B) | 196.12º | 0.26% | 1% | - |
| XYZ | 69.07 | 78.48 | 106.12 | - |
| YUV | 224.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 255 | 0.26 | 0.07 | 0 | 0 | 196.12 | 1 | 0.87 |
| Hex | BC | ED | FF | 1A | 7 | 0 | 0 | C4 | 64 | 57 |
| Octal | 274 | 355 | 377 | 32 | 7 | 0 | 0 | 304 | 144 | 127 |
| Binary | 10111100 | 11101101 | 11111111 | 11010 | 111 | 0 | 0 | 11000100 | 1100100 | 1010111 |
Color Harmonies of #BCEDFF
Complementary color
Monochromatic Colors of #BCEDFF
Black with #BCEDFF
Text Example
Text Example
White with #BCEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDFF; }
p { color: rgb(188,237,255); }
H1.HeaderClassName
{
color: #BCEDFF;
}
.AnyTagClassName
{
color: #BCEDFF;
}
</style>
background-color css
<style>
a { background-color: #BCEDFF; }
a { background-color: rgb(188,237,255); }
div.DivClassName
{
background-color: #BCEDFF;
}
.BgClassName
{
background-color: #BCEDFF;
}
</style>
border-color css
<style>
span { border-color: #BCEDFF; }
span { border-color: rgb(188,237,255); }
td.TdClassName
{
border-color: #BCEDFF;
}
.TagClassName
{
border-color: #BCEDFF;
}
</style>