Shades of Onahau #BDE5F6
Tints of Onahau #BDE5F6
RGB
CMYK
RGB Variations
Color information
#BDE5F6 (or 0xBDE5F6) is known color: Onahau. HEX triplet: BD, E5 and F6. RGB value is (189,229,246). Sum of RGB (Red+Green+Blue) = 189+229+246=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5F6 is #421A09. Grayscale: #DADADA. Windows color (decimal): -4332042 or 16180669. OLE color: 16180669.
HSL color Cylindrical-coordinate representation of color #BDE5F6: hue angle of 197.89º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE5F6 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 229 | 246 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.04 |
| HSL | 197.89º | 0.76% | 0.85% | - |
| HSV(B) | 197.89º | 0.23% | 0.96% | - |
| XYZ | 65.64 | 73.51 | 97.92 | - |
| YUV | 218.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 246 | 0.23 | 0.07 | 0 | 0.04 | 197.89 | 0.76 | 0.85 |
| Hex | BD | E5 | F6 | 17 | 7 | 0 | 4 | C6 | 4C | 55 |
| Octal | 275 | 345 | 366 | 27 | 7 | 0 | 4 | 306 | 114 | 125 |
| Binary | 10111101 | 11100101 | 11110110 | 10111 | 111 | 0 | 100 | 11000110 | 1001100 | 1010101 |
Color Harmonies of #BDE5F6
Complementary color
Monochromatic Colors of #BDE5F6
Black with #BDE5F6
Text Example
Text Example
White with #BDE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5F6; }
p { color: rgb(189,229,246); }
H1.HeaderClassName
{
color: #BDE5F6;
}
.AnyTagClassName
{
color: #BDE5F6;
}
</style>
background-color css
<style>
a { background-color: #BDE5F6; }
a { background-color: rgb(189,229,246); }
div.DivClassName
{
background-color: #BDE5F6;
}
.BgClassName
{
background-color: #BDE5F6;
}
</style>
border-color css
<style>
span { border-color: #BDE5F6; }
span { border-color: rgb(189,229,246); }
td.TdClassName
{
border-color: #BDE5F6;
}
.TagClassName
{
border-color: #BDE5F6;
}
</style>