Shades of Onahau #BCE7F8
Tints of Onahau #BCE7F8
RGB
CMYK
RGB Variations
Color information
#BCE7F8 (or 0xBCE7F8) is known color: Onahau. HEX triplet: BC, E7 and F8. RGB value is (188,231,248). Sum of RGB (Red+Green+Blue) = 188+231+248=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCE7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F8 is #431807. Grayscale: #DBDBDB. Windows color (decimal): -4397064 or 16312252. OLE color: 16312252.
HSL color Cylindrical-coordinate representation of color #BCE7F8: hue angle of 197º 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 #BCE7F8 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 231 | 248 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.03 |
| HSL | 197º | 0.81% | 0.85% | - |
| HSV(B) | 197º | 0.24% | 0.97% | - |
| XYZ | 66.26 | 74.62 | 99.72 | - |
| YUV | 220.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 248 | 0.24 | 0.07 | 0 | 0.03 | 197 | 0.81 | 0.85 |
| Hex | BC | E7 | F8 | 18 | 7 | 0 | 3 | C5 | 51 | 55 |
| Octal | 274 | 347 | 370 | 30 | 7 | 0 | 3 | 305 | 121 | 125 |
| Binary | 10111100 | 11100111 | 11111000 | 11000 | 111 | 0 | 11 | 11000101 | 1010001 | 1010101 |
Color Harmonies of #BCE7F8
Complementary color
Monochromatic Colors of #BCE7F8
Black with #BCE7F8
Text Example
Text Example
White with #BCE7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7F8; }
p { color: rgb(188,231,248); }
H1.HeaderClassName
{
color: #BCE7F8;
}
.AnyTagClassName
{
color: #BCE7F8;
}
</style>
background-color css
<style>
a { background-color: #BCE7F8; }
a { background-color: rgb(188,231,248); }
div.DivClassName
{
background-color: #BCE7F8;
}
.BgClassName
{
background-color: #BCE7F8;
}
</style>
border-color css
<style>
span { border-color: #BCE7F8; }
span { border-color: rgb(188,231,248); }
td.TdClassName
{
border-color: #BCE7F8;
}
.TagClassName
{
border-color: #BCE7F8;
}
</style>