Shades of Onahau #BCE6F7
Tints of Onahau #BCE6F7
RGB
CMYK
RGB Variations
Color information
#BCE6F7 (or 0xBCE6F7) is known color: Onahau. HEX triplet: BC, E6 and F7. RGB value is (188,230,247). Sum of RGB (Red+Green+Blue) = 188+230+247=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCE6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6F7 is #431908. Grayscale: #DBDBDB. Windows color (decimal): -4397321 or 16246460. OLE color: 16246460.
HSL color Cylindrical-coordinate representation of color #BCE6F7: hue angle of 197.29º 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 #BCE6F7 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 230 | 247 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.03 |
| HSL | 197.29º | 0.79% | 0.85% | - |
| HSV(B) | 197.29º | 0.24% | 0.97% | - |
| XYZ | 65.82 | 74 | 98.81 | - |
| YUV | 219.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 247 | 0.24 | 0.07 | 0 | 0.03 | 197.29 | 0.79 | 0.85 |
| Hex | BC | E6 | F7 | 18 | 7 | 0 | 3 | C5 | 4F | 55 |
| Octal | 274 | 346 | 367 | 30 | 7 | 0 | 3 | 305 | 117 | 125 |
| Binary | 10111100 | 11100110 | 11110111 | 11000 | 111 | 0 | 11 | 11000101 | 1001111 | 1010101 |
Color Harmonies of #BCE6F7
Complementary color
Monochromatic Colors of #BCE6F7
Black with #BCE6F7
Text Example
Text Example
White with #BCE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6F7; }
p { color: rgb(188,230,247); }
H1.HeaderClassName
{
color: #BCE6F7;
}
.AnyTagClassName
{
color: #BCE6F7;
}
</style>
background-color css
<style>
a { background-color: #BCE6F7; }
a { background-color: rgb(188,230,247); }
div.DivClassName
{
background-color: #BCE6F7;
}
.BgClassName
{
background-color: #BCE6F7;
}
</style>
border-color css
<style>
span { border-color: #BCE6F7; }
span { border-color: rgb(188,230,247); }
td.TdClassName
{
border-color: #BCE6F7;
}
.TagClassName
{
border-color: #BCE6F7;
}
</style>