Shades of Onahau #BDE5F8
Tints of Onahau #BDE5F8
RGB
CMYK
RGB Variations
Color information
#BDE5F8 (or 0xBDE5F8) is known color: Onahau. HEX triplet: BD, E5 and F8. RGB value is (189,229,248). Sum of RGB (Red+Green+Blue) = 189+229+248=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDE5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5F8 is #421A07. Grayscale: #DBDBDB. Windows color (decimal): -4332040 or 16311741. OLE color: 16311741.
HSL color Cylindrical-coordinate representation of color #BDE5F8: hue angle of 199.32º 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 #BDE5F8 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 229 | 248 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.03 |
| HSL | 199.32º | 0.81% | 0.86% | - |
| HSV(B) | 199.32º | 0.24% | 0.97% | - |
| XYZ | 65.95 | 73.63 | 99.54 | - |
| YUV | 219.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 248 | 0.24 | 0.08 | 0 | 0.03 | 199.32 | 0.81 | 0.86 |
| Hex | BD | E5 | F8 | 18 | 8 | 0 | 3 | C7 | 51 | 56 |
| Octal | 275 | 345 | 370 | 30 | 10 | 0 | 3 | 307 | 121 | 126 |
| Binary | 10111101 | 11100101 | 11111000 | 11000 | 1000 | 0 | 11 | 11000111 | 1010001 | 1010110 |
Color Harmonies of #BDE5F8
Complementary color
Monochromatic Colors of #BDE5F8
Black with #BDE5F8
Text Example
Text Example
White with #BDE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5F8; }
p { color: rgb(189,229,248); }
H1.HeaderClassName
{
color: #BDE5F8;
}
.AnyTagClassName
{
color: #BDE5F8;
}
</style>
background-color css
<style>
a { background-color: #BDE5F8; }
a { background-color: rgb(189,229,248); }
div.DivClassName
{
background-color: #BDE5F8;
}
.BgClassName
{
background-color: #BDE5F8;
}
</style>
border-color css
<style>
span { border-color: #BDE5F8; }
span { border-color: rgb(189,229,248); }
td.TdClassName
{
border-color: #BDE5F8;
}
.TagClassName
{
border-color: #BDE5F8;
}
</style>