Shades of Onahau #BDE2F0
Tints of Onahau #BDE2F0
RGB
CMYK
RGB Variations
Color information
#BDE2F0 (or 0xBDE2F0) is known color: Onahau. HEX triplet: BD, E2 and F0. RGB value is (189,226,240). Sum of RGB (Red+Green+Blue) = 189+226+240=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2F0 is #421D0F. Grayscale: #D8D8D8. Windows color (decimal): -4332816 or 15786685. OLE color: 15786685.
HSL color Cylindrical-coordinate representation of color #BDE2F0: hue angle of 196.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE2F0 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 226 | 240 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.06 |
| HSL | 196.47º | 0.63% | 0.84% | - |
| HSV(B) | 196.47º | 0.21% | 0.94% | - |
| XYZ | 63.91 | 71.5 | 92.87 | - |
| YUV | 216.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 240 | 0.21 | 0.06 | 0 | 0.06 | 196.47 | 0.63 | 0.84 |
| Hex | BD | E2 | F0 | 15 | 6 | 0 | 6 | C4 | 3F | 54 |
| Octal | 275 | 342 | 360 | 25 | 6 | 0 | 6 | 304 | 77 | 124 |
| Binary | 10111101 | 11100010 | 11110000 | 10101 | 110 | 0 | 110 | 11000100 | 111111 | 1010100 |
Color Harmonies of #BDE2F0
Complementary color
Monochromatic Colors of #BDE2F0
Black with #BDE2F0
Text Example
Text Example
White with #BDE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2F0; }
p { color: rgb(189,226,240); }
H1.HeaderClassName
{
color: #BDE2F0;
}
.AnyTagClassName
{
color: #BDE2F0;
}
</style>
background-color css
<style>
a { background-color: #BDE2F0; }
a { background-color: rgb(189,226,240); }
div.DivClassName
{
background-color: #BDE2F0;
}
.BgClassName
{
background-color: #BDE2F0;
}
</style>
border-color css
<style>
span { border-color: #BDE2F0; }
span { border-color: rgb(189,226,240); }
td.TdClassName
{
border-color: #BDE2F0;
}
.TagClassName
{
border-color: #BDE2F0;
}
</style>