Shades of Onahau #BCEFFF
Tints of Onahau #BCEFFF
RGB
CMYK
RGB Variations
Color information
#BCEFFF (or 0xBCEFFF) is known color: Onahau. HEX triplet: BC, EF and FF. RGB value is (188,239,255). Sum of RGB (Red+Green+Blue) = 188+239+255=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFF is #431000. Grayscale: #E1E1E1. Windows color (decimal): -4395009 or 16773052. OLE color: 16773052.
HSL color Cylindrical-coordinate representation of color #BCEFFF: hue angle of 194.33º 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 #BCEFFF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 239 | 255 | - |
| CMYK | 0.26 | 0.06 | 0 | 0 |
| HSL | 194.33º | 1% | 0.87% | - |
| HSV(B) | 194.33º | 0.26% | 1% | - |
| XYZ | 69.66 | 79.64 | 106.31 | - |
| YUV | 225.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 255 | 0.26 | 0.06 | 0 | 0 | 194.33 | 1 | 0.87 |
| Hex | BC | EF | FF | 1A | 6 | 0 | 0 | C2 | 64 | 57 |
| Octal | 274 | 357 | 377 | 32 | 6 | 0 | 0 | 302 | 144 | 127 |
| Binary | 10111100 | 11101111 | 11111111 | 11010 | 110 | 0 | 0 | 11000010 | 1100100 | 1010111 |
Color Harmonies of #BCEFFF
Complementary color
Monochromatic Colors of #BCEFFF
Black with #BCEFFF
Text Example
Text Example
White with #BCEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFFF; }
p { color: rgb(188,239,255); }
H1.HeaderClassName
{
color: #BCEFFF;
}
.AnyTagClassName
{
color: #BCEFFF;
}
</style>
background-color css
<style>
a { background-color: #BCEFFF; }
a { background-color: rgb(188,239,255); }
div.DivClassName
{
background-color: #BCEFFF;
}
.BgClassName
{
background-color: #BCEFFF;
}
</style>
border-color css
<style>
span { border-color: #BCEFFF; }
span { border-color: rgb(188,239,255); }
td.TdClassName
{
border-color: #BCEFFF;
}
.TagClassName
{
border-color: #BCEFFF;
}
</style>