Shades of Onahau #BCE4EA
Tints of Onahau #BCE4EA
RGB
CMYK
RGB Variations
Color information
#BCE4EA (or 0xBCE4EA) is known color: Onahau. HEX triplet: BC, E4 and EA. RGB value is (188,228,234). Sum of RGB (Red+Green+Blue) = 188+228+234=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4EA is #431B15. Grayscale: #D8D8D8. Windows color (decimal): -4397846 or 15393980. OLE color: 15393980.
HSL color Cylindrical-coordinate representation of color #BCE4EA: hue angle of 187.83º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE4EA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 228 | 234 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.08 |
| HSL | 187.83º | 0.52% | 0.83% | - |
| HSV(B) | 187.83º | 0.2% | 0.92% | - |
| XYZ | 63.33 | 72.12 | 88.42 | - |
| YUV | 216.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 234 | 0.20 | 0.03 | 0 | 0.08 | 187.83 | 0.52 | 0.83 |
| Hex | BC | E4 | EA | 14 | 3 | 0 | 8 | BC | 34 | 53 |
| Octal | 274 | 344 | 352 | 24 | 3 | 0 | 10 | 274 | 64 | 123 |
| Binary | 10111100 | 11100100 | 11101010 | 10100 | 11 | 0 | 1000 | 10111100 | 110100 | 1010011 |
Color Harmonies of #BCE4EA
Complementary color
Monochromatic Colors of #BCE4EA
Black with #BCE4EA
Text Example
Text Example
White with #BCE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4EA; }
p { color: rgb(188,228,234); }
H1.HeaderClassName
{
color: #BCE4EA;
}
.AnyTagClassName
{
color: #BCE4EA;
}
</style>
background-color css
<style>
a { background-color: #BCE4EA; }
a { background-color: rgb(188,228,234); }
div.DivClassName
{
background-color: #BCE4EA;
}
.BgClassName
{
background-color: #BCE4EA;
}
</style>
border-color css
<style>
span { border-color: #BCE4EA; }
span { border-color: rgb(188,228,234); }
td.TdClassName
{
border-color: #BCE4EA;
}
.TagClassName
{
border-color: #BCE4EA;
}
</style>