Shades of Onahau #BCE7F2
Tints of Onahau #BCE7F2
RGB
CMYK
RGB Variations
Color information
#BCE7F2 (or 0xBCE7F2) is known color: Onahau. HEX triplet: BC, E7 and F2. RGB value is (188,231,242). Sum of RGB (Red+Green+Blue) = 188+231+242=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F2 is #43180D. Grayscale: #DBDBDB. Windows color (decimal): -4397070 or 15919036. OLE color: 15919036.
HSL color Cylindrical-coordinate representation of color #BCE7F2: hue angle of 192.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE7F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 231 | 242 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.05 |
| HSL | 192.22º | 0.68% | 0.84% | - |
| HSV(B) | 192.22º | 0.22% | 0.95% | - |
| XYZ | 65.34 | 74.25 | 94.89 | - |
| YUV | 219.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 242 | 0.22 | 0.05 | 0 | 0.05 | 192.22 | 0.68 | 0.84 |
| Hex | BC | E7 | F2 | 16 | 5 | 0 | 5 | C0 | 44 | 54 |
| Octal | 274 | 347 | 362 | 26 | 5 | 0 | 5 | 300 | 104 | 124 |
| Binary | 10111100 | 11100111 | 11110010 | 10110 | 101 | 0 | 101 | 11000000 | 1000100 | 1010100 |
Color Harmonies of #BCE7F2
Complementary color
Monochromatic Colors of #BCE7F2
Black with #BCE7F2
Text Example
Text Example
White with #BCE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7F2; }
p { color: rgb(188,231,242); }
H1.HeaderClassName
{
color: #BCE7F2;
}
.AnyTagClassName
{
color: #BCE7F2;
}
</style>
background-color css
<style>
a { background-color: #BCE7F2; }
a { background-color: rgb(188,231,242); }
div.DivClassName
{
background-color: #BCE7F2;
}
.BgClassName
{
background-color: #BCE7F2;
}
</style>
border-color css
<style>
span { border-color: #BCE7F2; }
span { border-color: rgb(188,231,242); }
td.TdClassName
{
border-color: #BCE7F2;
}
.TagClassName
{
border-color: #BCE7F2;
}
</style>