Shades of Onahau #BCDEE9
Tints of Onahau #BCDEE9
RGB
CMYK
RGB Variations
Color information
#BCDEE9 (or 0xBCDEE9) is known color: Onahau. HEX triplet: BC, DE and E9. RGB value is (188,222,233). Sum of RGB (Red+Green+Blue) = 188+222+233=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEE9 is #432116. Grayscale: #D5D5D5. Windows color (decimal): -4399383 or 15326908. OLE color: 15326908.
HSL color Cylindrical-coordinate representation of color #BCDEE9: hue angle of 194.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDEE9 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 222 | 233 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 194.67º | 0.51% | 0.83% | - |
| HSV(B) | 194.67º | 0.19% | 0.91% | - |
| XYZ | 61.57 | 68.82 | 87.13 | - |
| YUV | 213.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 233 | 0.19 | 0.05 | 0 | 0.09 | 194.67 | 0.51 | 0.83 |
| Hex | BC | DE | E9 | 13 | 5 | 0 | 9 | C3 | 33 | 53 |
| Octal | 274 | 336 | 351 | 23 | 5 | 0 | 11 | 303 | 63 | 123 |
| Binary | 10111100 | 11011110 | 11101001 | 10011 | 101 | 0 | 1001 | 11000011 | 110011 | 1010011 |
Color Harmonies of #BCDEE9
Complementary color
Monochromatic Colors of #BCDEE9
Black with #BCDEE9
Text Example
Text Example
White with #BCDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEE9; }
p { color: rgb(188,222,233); }
H1.HeaderClassName
{
color: #BCDEE9;
}
.AnyTagClassName
{
color: #BCDEE9;
}
</style>
background-color css
<style>
a { background-color: #BCDEE9; }
a { background-color: rgb(188,222,233); }
div.DivClassName
{
background-color: #BCDEE9;
}
.BgClassName
{
background-color: #BCDEE9;
}
</style>
border-color css
<style>
span { border-color: #BCDEE9; }
span { border-color: rgb(188,222,233); }
td.TdClassName
{
border-color: #BCDEE9;
}
.TagClassName
{
border-color: #BCDEE9;
}
</style>