Shades of Onahau #BCE8F2
Tints of Onahau #BCE8F2
RGB
CMYK
RGB Variations
Color information
#BCE8F2 (or 0xBCE8F2) is known color: Onahau. HEX triplet: BC, E8 and F2. RGB value is (188,232,242). Sum of RGB (Red+Green+Blue) = 188+232+242=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8F2 is #43170D. Grayscale: #DBDBDB. Windows color (decimal): -4396814 or 15919292. OLE color: 15919292.
HSL color Cylindrical-coordinate representation of color #BCE8F2: hue angle of 191.11º 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 #BCE8F2 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 232 | 242 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.05 |
| HSL | 191.11º | 0.68% | 0.84% | - |
| HSV(B) | 191.11º | 0.22% | 0.95% | - |
| XYZ | 65.62 | 74.82 | 94.99 | - |
| YUV | 219.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 242 | 0.22 | 0.04 | 0 | 0.05 | 191.11 | 0.68 | 0.84 |
| Hex | BC | E8 | F2 | 16 | 4 | 0 | 5 | BF | 44 | 54 |
| Octal | 274 | 350 | 362 | 26 | 4 | 0 | 5 | 277 | 104 | 124 |
| Binary | 10111100 | 11101000 | 11110010 | 10110 | 100 | 0 | 101 | 10111111 | 1000100 | 1010100 |
Color Harmonies of #BCE8F2
Complementary color
Monochromatic Colors of #BCE8F2
Black with #BCE8F2
Text Example
Text Example
White with #BCE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8F2; }
p { color: rgb(188,232,242); }
H1.HeaderClassName
{
color: #BCE8F2;
}
.AnyTagClassName
{
color: #BCE8F2;
}
</style>
background-color css
<style>
a { background-color: #BCE8F2; }
a { background-color: rgb(188,232,242); }
div.DivClassName
{
background-color: #BCE8F2;
}
.BgClassName
{
background-color: #BCE8F2;
}
</style>
border-color css
<style>
span { border-color: #BCE8F2; }
span { border-color: rgb(188,232,242); }
td.TdClassName
{
border-color: #BCE8F2;
}
.TagClassName
{
border-color: #BCE8F2;
}
</style>