Shades of Onahau #BDEDF8
Tints of Onahau #BDEDF8
RGB
CMYK
RGB Variations
Color information
#BDEDF8 (or 0xBDEDF8) is known color: Onahau. HEX triplet: BD, ED and F8. RGB value is (189,237,248). Sum of RGB (Red+Green+Blue) = 189+237+248=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDF8 is #421207. Grayscale: #DFDFDF. Windows color (decimal): -4329992 or 16313789. OLE color: 16313789.
HSL color Cylindrical-coordinate representation of color #BDEDF8: hue angle of 191.19º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEDF8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 237 | 248 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.03 |
| HSL | 191.19º | 0.81% | 0.86% | - |
| HSV(B) | 191.19º | 0.24% | 0.97% | - |
| XYZ | 68.21 | 78.16 | 100.3 | - |
| YUV | 223.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 248 | 0.24 | 0.04 | 0 | 0.03 | 191.19 | 0.81 | 0.86 |
| Hex | BD | ED | F8 | 18 | 4 | 0 | 3 | BF | 51 | 56 |
| Octal | 275 | 355 | 370 | 30 | 4 | 0 | 3 | 277 | 121 | 126 |
| Binary | 10111101 | 11101101 | 11111000 | 11000 | 100 | 0 | 11 | 10111111 | 1010001 | 1010110 |
Color Harmonies of #BDEDF8
Complementary color
Monochromatic Colors of #BDEDF8
Black with #BDEDF8
Text Example
Text Example
White with #BDEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDF8; }
p { color: rgb(189,237,248); }
H1.HeaderClassName
{
color: #BDEDF8;
}
.AnyTagClassName
{
color: #BDEDF8;
}
</style>
background-color css
<style>
a { background-color: #BDEDF8; }
a { background-color: rgb(189,237,248); }
div.DivClassName
{
background-color: #BDEDF8;
}
.BgClassName
{
background-color: #BDEDF8;
}
</style>
border-color css
<style>
span { border-color: #BDEDF8; }
span { border-color: rgb(189,237,248); }
td.TdClassName
{
border-color: #BDEDF8;
}
.TagClassName
{
border-color: #BDEDF8;
}
</style>