Shades of Onahau #BDE8F8
Tints of Onahau #BDE8F8
RGB
CMYK
RGB Variations
Color information
#BDE8F8 (or 0xBDE8F8) is known color: Onahau. HEX triplet: BD, E8 and F8. RGB value is (189,232,248). Sum of RGB (Red+Green+Blue) = 189+232+248=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDE8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8F8 is #421707. Grayscale: #DCDCDC. Windows color (decimal): -4331272 or 16312509. OLE color: 16312509.
HSL color Cylindrical-coordinate representation of color #BDE8F8: hue angle of 196.27º 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 #BDE8F8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 232 | 248 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.03 |
| HSL | 196.27º | 0.81% | 0.86% | - |
| HSV(B) | 196.27º | 0.24% | 0.97% | - |
| XYZ | 66.79 | 75.31 | 99.82 | - |
| YUV | 220.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 248 | 0.24 | 0.06 | 0 | 0.03 | 196.27 | 0.81 | 0.86 |
| Hex | BD | E8 | F8 | 18 | 6 | 0 | 3 | C4 | 51 | 56 |
| Octal | 275 | 350 | 370 | 30 | 6 | 0 | 3 | 304 | 121 | 126 |
| Binary | 10111101 | 11101000 | 11111000 | 11000 | 110 | 0 | 11 | 11000100 | 1010001 | 1010110 |
Color Harmonies of #BDE8F8
Complementary color
Monochromatic Colors of #BDE8F8
Black with #BDE8F8
Text Example
Text Example
White with #BDE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8F8; }
p { color: rgb(189,232,248); }
H1.HeaderClassName
{
color: #BDE8F8;
}
.AnyTagClassName
{
color: #BDE8F8;
}
</style>
background-color css
<style>
a { background-color: #BDE8F8; }
a { background-color: rgb(189,232,248); }
div.DivClassName
{
background-color: #BDE8F8;
}
.BgClassName
{
background-color: #BDE8F8;
}
</style>
border-color css
<style>
span { border-color: #BDE8F8; }
span { border-color: rgb(189,232,248); }
td.TdClassName
{
border-color: #BDE8F8;
}
.TagClassName
{
border-color: #BDE8F8;
}
</style>