Shades of Onahau #BCE7F1
Tints of Onahau #BCE7F1
RGB
CMYK
RGB Variations
Color information
#BCE7F1 (or 0xBCE7F1) is known color: Onahau. HEX triplet: BC, E7 and F1. RGB value is (188,231,241). Sum of RGB (Red+Green+Blue) = 188+231+241=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F1 is #43180E. Grayscale: #DBDBDB. Windows color (decimal): -4397071 or 15853500. OLE color: 15853500.
HSL color Cylindrical-coordinate representation of color #BCE7F1: hue angle of 191.32º degrees, saturation: 0.65, 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 #BCE7F1 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 231 | 241 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.05 |
| HSL | 191.32º | 0.65% | 0.84% | - |
| HSV(B) | 191.32º | 0.22% | 0.95% | - |
| XYZ | 65.19 | 74.19 | 94.1 | - |
| YUV | 219.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 241 | 0.22 | 0.04 | 0 | 0.05 | 191.32 | 0.65 | 0.84 |
| Hex | BC | E7 | F1 | 16 | 4 | 0 | 5 | BF | 41 | 54 |
| Octal | 274 | 347 | 361 | 26 | 4 | 0 | 5 | 277 | 101 | 124 |
| Binary | 10111100 | 11100111 | 11110001 | 10110 | 100 | 0 | 101 | 10111111 | 1000001 | 1010100 |
Color Harmonies of #BCE7F1
Complementary color
Monochromatic Colors of #BCE7F1
Black with #BCE7F1
Text Example
Text Example
White with #BCE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7F1; }
p { color: rgb(188,231,241); }
H1.HeaderClassName
{
color: #BCE7F1;
}
.AnyTagClassName
{
color: #BCE7F1;
}
</style>
background-color css
<style>
a { background-color: #BCE7F1; }
a { background-color: rgb(188,231,241); }
div.DivClassName
{
background-color: #BCE7F1;
}
.BgClassName
{
background-color: #BCE7F1;
}
</style>
border-color css
<style>
span { border-color: #BCE7F1; }
span { border-color: rgb(188,231,241); }
td.TdClassName
{
border-color: #BCE7F1;
}
.TagClassName
{
border-color: #BCE7F1;
}
</style>