Shades of Onahau #BCEEF8
Tints of Onahau #BCEEF8
RGB
CMYK
RGB Variations
Color information
#BCEEF8 (or 0xBCEEF8) is known color: Onahau. HEX triplet: BC, EE and F8. RGB value is (188,238,248). Sum of RGB (Red+Green+Blue) = 188+238+248=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF8 is #431107. Grayscale: #E0E0E0. Windows color (decimal): -4395272 or 16314044. OLE color: 16314044.
HSL color Cylindrical-coordinate representation of color #BCEEF8: hue angle of 190º degrees, saturation: 0.81, 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 #BCEEF8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 238 | 248 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.03 |
| HSL | 190º | 0.81% | 0.85% | - |
| HSV(B) | 190º | 0.24% | 0.97% | - |
| XYZ | 68.26 | 78.62 | 100.38 | - |
| YUV | 224.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 248 | 0.24 | 0.04 | 0 | 0.03 | 190 | 0.81 | 0.85 |
| Hex | BC | EE | F8 | 18 | 4 | 0 | 3 | BE | 51 | 55 |
| Octal | 274 | 356 | 370 | 30 | 4 | 0 | 3 | 276 | 121 | 125 |
| Binary | 10111100 | 11101110 | 11111000 | 11000 | 100 | 0 | 11 | 10111110 | 1010001 | 1010101 |
Color Harmonies of #BCEEF8
Complementary color
Monochromatic Colors of #BCEEF8
Black with #BCEEF8
Text Example
Text Example
White with #BCEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEF8; }
p { color: rgb(188,238,248); }
H1.HeaderClassName
{
color: #BCEEF8;
}
.AnyTagClassName
{
color: #BCEEF8;
}
</style>
background-color css
<style>
a { background-color: #BCEEF8; }
a { background-color: rgb(188,238,248); }
div.DivClassName
{
background-color: #BCEEF8;
}
.BgClassName
{
background-color: #BCEEF8;
}
</style>
border-color css
<style>
span { border-color: #BCEEF8; }
span { border-color: rgb(188,238,248); }
td.TdClassName
{
border-color: #BCEEF8;
}
.TagClassName
{
border-color: #BCEEF8;
}
</style>