Shades of Onahau #BCEEF7
Tints of Onahau #BCEEF7
RGB
CMYK
RGB Variations
Color information
#BCEEF7 (or 0xBCEEF7) is known color: Onahau. HEX triplet: BC, EE and F7. RGB value is (188,238,247). Sum of RGB (Red+Green+Blue) = 188+238+247=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF7 is #431108. Grayscale: #DFDFDF. Windows color (decimal): -4395273 or 16248508. OLE color: 16248508.
HSL color Cylindrical-coordinate representation of color #BCEEF7: hue angle of 189.15º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEEF7 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 238 | 247 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.03 |
| HSL | 189.15º | 0.79% | 0.85% | - |
| HSV(B) | 189.15º | 0.24% | 0.97% | - |
| XYZ | 68.1 | 78.56 | 99.57 | - |
| YUV | 224.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 247 | 0.24 | 0.04 | 0 | 0.03 | 189.15 | 0.79 | 0.85 |
| Hex | BC | EE | F7 | 18 | 4 | 0 | 3 | BD | 4F | 55 |
| Octal | 274 | 356 | 367 | 30 | 4 | 0 | 3 | 275 | 117 | 125 |
| Binary | 10111100 | 11101110 | 11110111 | 11000 | 100 | 0 | 11 | 10111101 | 1001111 | 1010101 |
Color Harmonies of #BCEEF7
Complementary color
Monochromatic Colors of #BCEEF7
Black with #BCEEF7
Text Example
Text Example
White with #BCEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEF7; }
p { color: rgb(188,238,247); }
H1.HeaderClassName
{
color: #BCEEF7;
}
.AnyTagClassName
{
color: #BCEEF7;
}
</style>
background-color css
<style>
a { background-color: #BCEEF7; }
a { background-color: rgb(188,238,247); }
div.DivClassName
{
background-color: #BCEEF7;
}
.BgClassName
{
background-color: #BCEEF7;
}
</style>
border-color css
<style>
span { border-color: #BCEEF7; }
span { border-color: rgb(188,238,247); }
td.TdClassName
{
border-color: #BCEEF7;
}
.TagClassName
{
border-color: #BCEEF7;
}
</style>