Shades of Onahau #BCE2E6
Tints of Onahau #BCE2E6
RGB
CMYK
RGB Variations
Color information
#BCE2E6 (or 0xBCE2E6) is known color: Onahau. HEX triplet: BC, E2 and E6. RGB value is (188,226,230). Sum of RGB (Red+Green+Blue) = 188+226+230=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCE2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2E6 is #431D19. Grayscale: #D7D7D7. Windows color (decimal): -4398362 or 15131324. OLE color: 15131324.
HSL color Cylindrical-coordinate representation of color #BCE2E6: hue angle of 185.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE2E6 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 226 | 230 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.10 |
| HSL | 185.71º | 0.46% | 0.82% | - |
| HSV(B) | 185.71º | 0.18% | 0.9% | - |
| XYZ | 62.22 | 70.8 | 85.25 | - |
| YUV | 215.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 230 | 0.18 | 0.02 | 0 | 0.10 | 185.71 | 0.46 | 0.82 |
| Hex | BC | E2 | E6 | 12 | 2 | 0 | A | BA | 2E | 52 |
| Octal | 274 | 342 | 346 | 22 | 2 | 0 | 12 | 272 | 56 | 122 |
| Binary | 10111100 | 11100010 | 11100110 | 10010 | 10 | 0 | 1010 | 10111010 | 101110 | 1010010 |
Color Harmonies of #BCE2E6
Complementary color
Monochromatic Colors of #BCE2E6
Black with #BCE2E6
Text Example
Text Example
White with #BCE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2E6; }
p { color: rgb(188,226,230); }
H1.HeaderClassName
{
color: #BCE2E6;
}
.AnyTagClassName
{
color: #BCE2E6;
}
</style>
background-color css
<style>
a { background-color: #BCE2E6; }
a { background-color: rgb(188,226,230); }
div.DivClassName
{
background-color: #BCE2E6;
}
.BgClassName
{
background-color: #BCE2E6;
}
</style>
border-color css
<style>
span { border-color: #BCE2E6; }
span { border-color: rgb(188,226,230); }
td.TdClassName
{
border-color: #BCE2E6;
}
.TagClassName
{
border-color: #BCE2E6;
}
</style>