Shades of Onahau #BDEDF6
Tints of Onahau #BDEDF6
RGB
CMYK
RGB Variations
Color information
#BDEDF6 (or 0xBDEDF6) is known color: Onahau. HEX triplet: BD, ED and F6. RGB value is (189,237,246). Sum of RGB (Red+Green+Blue) = 189+237+246=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDF6 is #421209. Grayscale: #DFDFDF. Windows color (decimal): -4329994 or 16182717. OLE color: 16182717.
HSL color Cylindrical-coordinate representation of color #BDEDF6: hue angle of 189.47º 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 #BDEDF6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 237 | 246 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.04 |
| HSL | 189.47º | 0.76% | 0.85% | - |
| HSV(B) | 189.47º | 0.23% | 0.96% | - |
| XYZ | 67.91 | 78.04 | 98.67 | - |
| YUV | 223.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 246 | 0.23 | 0.04 | 0 | 0.04 | 189.47 | 0.76 | 0.85 |
| Hex | BD | ED | F6 | 17 | 4 | 0 | 4 | BD | 4C | 55 |
| Octal | 275 | 355 | 366 | 27 | 4 | 0 | 4 | 275 | 114 | 125 |
| Binary | 10111101 | 11101101 | 11110110 | 10111 | 100 | 0 | 100 | 10111101 | 1001100 | 1010101 |
Color Harmonies of #BDEDF6
Complementary color
Monochromatic Colors of #BDEDF6
Black with #BDEDF6
Text Example
Text Example
White with #BDEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDF6; }
p { color: rgb(189,237,246); }
H1.HeaderClassName
{
color: #BDEDF6;
}
.AnyTagClassName
{
color: #BDEDF6;
}
</style>
background-color css
<style>
a { background-color: #BDEDF6; }
a { background-color: rgb(189,237,246); }
div.DivClassName
{
background-color: #BDEDF6;
}
.BgClassName
{
background-color: #BDEDF6;
}
</style>
border-color css
<style>
span { border-color: #BDEDF6; }
span { border-color: rgb(189,237,246); }
td.TdClassName
{
border-color: #BDEDF6;
}
.TagClassName
{
border-color: #BDEDF6;
}
</style>