Shades of Onahau #BDE6F6
Tints of Onahau #BDE6F6
RGB
CMYK
RGB Variations
Color information
#BDE6F6 (or 0xBDE6F6) is known color: Onahau. HEX triplet: BD, E6 and F6. RGB value is (189,230,246). Sum of RGB (Red+Green+Blue) = 189+230+246=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6F6 is #421909. Grayscale: #DBDBDB. Windows color (decimal): -4331786 or 16180925. OLE color: 16180925.
HSL color Cylindrical-coordinate representation of color #BDE6F6: hue angle of 196.84º 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 #BDE6F6 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 230 | 246 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.04 |
| HSL | 196.84º | 0.76% | 0.85% | - |
| HSV(B) | 196.84º | 0.23% | 0.96% | - |
| XYZ | 65.92 | 74.07 | 98.01 | - |
| YUV | 219.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 246 | 0.23 | 0.07 | 0 | 0.04 | 196.84 | 0.76 | 0.85 |
| Hex | BD | E6 | F6 | 17 | 7 | 0 | 4 | C5 | 4C | 55 |
| Octal | 275 | 346 | 366 | 27 | 7 | 0 | 4 | 305 | 114 | 125 |
| Binary | 10111101 | 11100110 | 11110110 | 10111 | 111 | 0 | 100 | 11000101 | 1001100 | 1010101 |
Color Harmonies of #BDE6F6
Complementary color
Monochromatic Colors of #BDE6F6
Black with #BDE6F6
Text Example
Text Example
White with #BDE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6F6; }
p { color: rgb(189,230,246); }
H1.HeaderClassName
{
color: #BDE6F6;
}
.AnyTagClassName
{
color: #BDE6F6;
}
</style>
background-color css
<style>
a { background-color: #BDE6F6; }
a { background-color: rgb(189,230,246); }
div.DivClassName
{
background-color: #BDE6F6;
}
.BgClassName
{
background-color: #BDE6F6;
}
</style>
border-color css
<style>
span { border-color: #BDE6F6; }
span { border-color: rgb(189,230,246); }
td.TdClassName
{
border-color: #BDE6F6;
}
.TagClassName
{
border-color: #BDE6F6;
}
</style>