Shades of Onahau #BCE9ED
Tints of Onahau #BCE9ED
RGB
CMYK
RGB Variations
Color information
#BCE9ED (or 0xBCE9ED) is known color: Onahau. HEX triplet: BC, E9 and ED. RGB value is (188,233,237). Sum of RGB (Red+Green+Blue) = 188+233+237=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9ED is #431612. Grayscale: #DBDBDB. Windows color (decimal): -4396563 or 15591868. OLE color: 15591868.
HSL color Cylindrical-coordinate representation of color #BCE9ED: hue angle of 184.9º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE9ED is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 233 | 237 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.07 |
| HSL | 184.9º | 0.58% | 0.83% | - |
| HSV(B) | 184.9º | 0.21% | 0.93% | - |
| XYZ | 65.16 | 75.08 | 91.18 | - |
| YUV | 220 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 237 | 0.21 | 0.02 | 0 | 0.07 | 184.9 | 0.58 | 0.83 |
| Hex | BC | E9 | ED | 15 | 2 | 0 | 7 | B9 | 3A | 53 |
| Octal | 274 | 351 | 355 | 25 | 2 | 0 | 7 | 271 | 72 | 123 |
| Binary | 10111100 | 11101001 | 11101101 | 10101 | 10 | 0 | 111 | 10111001 | 111010 | 1010011 |
Color Harmonies of #BCE9ED
Complementary color
Monochromatic Colors of #BCE9ED
Black with #BCE9ED
Text Example
Text Example
White with #BCE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9ED; }
p { color: rgb(188,233,237); }
H1.HeaderClassName
{
color: #BCE9ED;
}
.AnyTagClassName
{
color: #BCE9ED;
}
</style>
background-color css
<style>
a { background-color: #BCE9ED; }
a { background-color: rgb(188,233,237); }
div.DivClassName
{
background-color: #BCE9ED;
}
.BgClassName
{
background-color: #BCE9ED;
}
</style>
border-color css
<style>
span { border-color: #BCE9ED; }
span { border-color: rgb(188,233,237); }
td.TdClassName
{
border-color: #BCE9ED;
}
.TagClassName
{
border-color: #BCE9ED;
}
</style>