Shades of Onahau #BDEDF7
Tints of Onahau #BDEDF7
RGB
CMYK
RGB Variations
Color information
#BDEDF7 (or 0xBDEDF7) is known color: Onahau. HEX triplet: BD, ED and F7. RGB value is (189,237,247). Sum of RGB (Red+Green+Blue) = 189+237+247=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDF7 is #421208. Grayscale: #DFDFDF. Windows color (decimal): -4329993 or 16248253. OLE color: 16248253.
HSL color Cylindrical-coordinate representation of color #BDEDF7: hue angle of 190.34º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEDF7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 237 | 247 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.03 |
| HSL | 190.34º | 0.78% | 0.85% | - |
| HSV(B) | 190.34º | 0.23% | 0.97% | - |
| XYZ | 68.06 | 78.1 | 99.48 | - |
| YUV | 223.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 247 | 0.23 | 0.04 | 0 | 0.03 | 190.34 | 0.78 | 0.85 |
| Hex | BD | ED | F7 | 17 | 4 | 0 | 3 | BE | 4E | 55 |
| Octal | 275 | 355 | 367 | 27 | 4 | 0 | 3 | 276 | 116 | 125 |
| Binary | 10111101 | 11101101 | 11110111 | 10111 | 100 | 0 | 11 | 10111110 | 1001110 | 1010101 |
Color Harmonies of #BDEDF7
Complementary color
Monochromatic Colors of #BDEDF7
Black with #BDEDF7
Text Example
Text Example
White with #BDEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDF7; }
p { color: rgb(189,237,247); }
H1.HeaderClassName
{
color: #BDEDF7;
}
.AnyTagClassName
{
color: #BDEDF7;
}
</style>
background-color css
<style>
a { background-color: #BDEDF7; }
a { background-color: rgb(189,237,247); }
div.DivClassName
{
background-color: #BDEDF7;
}
.BgClassName
{
background-color: #BDEDF7;
}
</style>
border-color css
<style>
span { border-color: #BDEDF7; }
span { border-color: rgb(189,237,247); }
td.TdClassName
{
border-color: #BDEDF7;
}
.TagClassName
{
border-color: #BDEDF7;
}
</style>