Shades of Onahau #BDE3EF
Tints of Onahau #BDE3EF
RGB
CMYK
RGB Variations
Color information
#BDE3EF (or 0xBDE3EF) is known color: Onahau. HEX triplet: BD, E3 and EF. RGB value is (189,227,239). Sum of RGB (Red+Green+Blue) = 189+227+239=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EF is #421C10. Grayscale: #D8D8D8. Windows color (decimal): -4332561 or 15721405. OLE color: 15721405.
HSL color Cylindrical-coordinate representation of color #BDE3EF: hue angle of 194.4º 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 #BDE3EF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 227 | 239 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.06 |
| HSL | 194.4º | 0.61% | 0.84% | - |
| HSV(B) | 194.4º | 0.21% | 0.94% | - |
| XYZ | 64.04 | 71.99 | 92.18 | - |
| YUV | 217.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 239 | 0.21 | 0.05 | 0 | 0.06 | 194.4 | 0.61 | 0.84 |
| Hex | BD | E3 | EF | 15 | 5 | 0 | 6 | C2 | 3D | 54 |
| Octal | 275 | 343 | 357 | 25 | 5 | 0 | 6 | 302 | 75 | 124 |
| Binary | 10111101 | 11100011 | 11101111 | 10101 | 101 | 0 | 110 | 11000010 | 111101 | 1010100 |
Color Harmonies of #BDE3EF
Complementary color
Monochromatic Colors of #BDE3EF
Black with #BDE3EF
Text Example
Text Example
White with #BDE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3EF; }
p { color: rgb(189,227,239); }
H1.HeaderClassName
{
color: #BDE3EF;
}
.AnyTagClassName
{
color: #BDE3EF;
}
</style>
background-color css
<style>
a { background-color: #BDE3EF; }
a { background-color: rgb(189,227,239); }
div.DivClassName
{
background-color: #BDE3EF;
}
.BgClassName
{
background-color: #BDE3EF;
}
</style>
border-color css
<style>
span { border-color: #BDE3EF; }
span { border-color: rgb(189,227,239); }
td.TdClassName
{
border-color: #BDE3EF;
}
.TagClassName
{
border-color: #BDE3EF;
}
</style>