Shades of Onahau #BCEEF5
Tints of Onahau #BCEEF5
RGB
CMYK
RGB Variations
Color information
#BCEEF5 (or 0xBCEEF5) is known color: Onahau. HEX triplet: BC, EE and F5. RGB value is (188,238,245). Sum of RGB (Red+Green+Blue) = 188+238+245=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF5 is #43110A. Grayscale: #DFDFDF. Windows color (decimal): -4395275 or 16117436. OLE color: 16117436.
HSL color Cylindrical-coordinate representation of color #BCEEF5: hue angle of 187.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEEF5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 238 | 245 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.04 |
| HSL | 187.37º | 0.74% | 0.85% | - |
| HSV(B) | 187.37º | 0.23% | 0.96% | - |
| XYZ | 67.8 | 78.43 | 97.95 | - |
| YUV | 223.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 245 | 0.23 | 0.03 | 0 | 0.04 | 187.37 | 0.74 | 0.85 |
| Hex | BC | EE | F5 | 17 | 3 | 0 | 4 | BB | 4A | 55 |
| Octal | 274 | 356 | 365 | 27 | 3 | 0 | 4 | 273 | 112 | 125 |
| Binary | 10111100 | 11101110 | 11110101 | 10111 | 11 | 0 | 100 | 10111011 | 1001010 | 1010101 |
Color Harmonies of #BCEEF5
Complementary color
Monochromatic Colors of #BCEEF5
Black with #BCEEF5
Text Example
Text Example
White with #BCEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEF5; }
p { color: rgb(188,238,245); }
H1.HeaderClassName
{
color: #BCEEF5;
}
.AnyTagClassName
{
color: #BCEEF5;
}
</style>
background-color css
<style>
a { background-color: #BCEEF5; }
a { background-color: rgb(188,238,245); }
div.DivClassName
{
background-color: #BCEEF5;
}
.BgClassName
{
background-color: #BCEEF5;
}
</style>
border-color css
<style>
span { border-color: #BCEEF5; }
span { border-color: rgb(188,238,245); }
td.TdClassName
{
border-color: #BCEEF5;
}
.TagClassName
{
border-color: #BCEEF5;
}
</style>