Shades of Onahau #BCE7F6
Tints of Onahau #BCE7F6
RGB
CMYK
RGB Variations
Color information
#BCE7F6 (or 0xBCE7F6) is known color: Onahau. HEX triplet: BC, E7 and F6. RGB value is (188,231,246). Sum of RGB (Red+Green+Blue) = 188+231+246=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCE7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F6 is #431809. Grayscale: #DBDBDB. Windows color (decimal): -4397066 or 16181180. OLE color: 16181180.
HSL color Cylindrical-coordinate representation of color #BCE7F6: hue angle of 195.52º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE7F6 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 231 | 246 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.04 |
| HSL | 195.52º | 0.76% | 0.85% | - |
| HSV(B) | 195.52º | 0.24% | 0.96% | - |
| XYZ | 65.95 | 74.5 | 98.09 | - |
| YUV | 219.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 246 | 0.24 | 0.06 | 0 | 0.04 | 195.52 | 0.76 | 0.85 |
| Hex | BC | E7 | F6 | 18 | 6 | 0 | 4 | C4 | 4C | 55 |
| Octal | 274 | 347 | 366 | 30 | 6 | 0 | 4 | 304 | 114 | 125 |
| Binary | 10111100 | 11100111 | 11110110 | 11000 | 110 | 0 | 100 | 11000100 | 1001100 | 1010101 |
Color Harmonies of #BCE7F6
Complementary color
Monochromatic Colors of #BCE7F6
Black with #BCE7F6
Text Example
Text Example
White with #BCE7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7F6; }
p { color: rgb(188,231,246); }
H1.HeaderClassName
{
color: #BCE7F6;
}
.AnyTagClassName
{
color: #BCE7F6;
}
</style>
background-color css
<style>
a { background-color: #BCE7F6; }
a { background-color: rgb(188,231,246); }
div.DivClassName
{
background-color: #BCE7F6;
}
.BgClassName
{
background-color: #BCE7F6;
}
</style>
border-color css
<style>
span { border-color: #BCE7F6; }
span { border-color: rgb(188,231,246); }
td.TdClassName
{
border-color: #BCE7F6;
}
.TagClassName
{
border-color: #BCE7F6;
}
</style>