Shades of Onahau #BDE1EF
Tints of Onahau #BDE1EF
RGB
CMYK
RGB Variations
Color information
#BDE1EF (or 0xBDE1EF) is known color: Onahau. HEX triplet: BD, E1 and EF. RGB value is (189,225,239). Sum of RGB (Red+Green+Blue) = 189+225+239=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EF is #421E10. Grayscale: #D7D7D7. Windows color (decimal): -4333073 or 15720893. OLE color: 15720893.
HSL color Cylindrical-coordinate representation of color #BDE1EF: hue angle of 196.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE1EF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 225 | 239 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.06 |
| HSL | 196.8º | 0.61% | 0.84% | - |
| HSV(B) | 196.8º | 0.21% | 0.94% | - |
| XYZ | 63.49 | 70.9 | 92 | - |
| YUV | 215.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 239 | 0.21 | 0.06 | 0 | 0.06 | 196.8 | 0.61 | 0.84 |
| Hex | BD | E1 | EF | 15 | 6 | 0 | 6 | C5 | 3D | 54 |
| Octal | 275 | 341 | 357 | 25 | 6 | 0 | 6 | 305 | 75 | 124 |
| Binary | 10111101 | 11100001 | 11101111 | 10101 | 110 | 0 | 110 | 11000101 | 111101 | 1010100 |
Color Harmonies of #BDE1EF
Complementary color
Monochromatic Colors of #BDE1EF
Black with #BDE1EF
Text Example
Text Example
White with #BDE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1EF; }
p { color: rgb(189,225,239); }
H1.HeaderClassName
{
color: #BDE1EF;
}
.AnyTagClassName
{
color: #BDE1EF;
}
</style>
background-color css
<style>
a { background-color: #BDE1EF; }
a { background-color: rgb(189,225,239); }
div.DivClassName
{
background-color: #BDE1EF;
}
.BgClassName
{
background-color: #BDE1EF;
}
</style>
border-color css
<style>
span { border-color: #BDE1EF; }
span { border-color: rgb(189,225,239); }
td.TdClassName
{
border-color: #BDE1EF;
}
.TagClassName
{
border-color: #BDE1EF;
}
</style>