Shades of Onahau #BDE8F0
Tints of Onahau #BDE8F0
RGB
CMYK
RGB Variations
Color information
#BDE8F0 (or 0xBDE8F0) is known color: Onahau. HEX triplet: BD, E8 and F0. RGB value is (189,232,240). Sum of RGB (Red+Green+Blue) = 189+232+240=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8F0 is #42170F. Grayscale: #DBDBDB. Windows color (decimal): -4331280 or 15788221. OLE color: 15788221.
HSL color Cylindrical-coordinate representation of color #BDE8F0: hue angle of 189.41º 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 #BDE8F0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 232 | 240 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.06 |
| HSL | 189.41º | 0.63% | 0.84% | - |
| HSV(B) | 189.41º | 0.21% | 0.94% | - |
| XYZ | 65.57 | 74.82 | 93.42 | - |
| YUV | 220.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 240 | 0.21 | 0.03 | 0 | 0.06 | 189.41 | 0.63 | 0.84 |
| Hex | BD | E8 | F0 | 15 | 3 | 0 | 6 | BD | 3F | 54 |
| Octal | 275 | 350 | 360 | 25 | 3 | 0 | 6 | 275 | 77 | 124 |
| Binary | 10111101 | 11101000 | 11110000 | 10101 | 11 | 0 | 110 | 10111101 | 111111 | 1010100 |
Color Harmonies of #BDE8F0
Complementary color
Monochromatic Colors of #BDE8F0
Black with #BDE8F0
Text Example
Text Example
White with #BDE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8F0; }
p { color: rgb(189,232,240); }
H1.HeaderClassName
{
color: #BDE8F0;
}
.AnyTagClassName
{
color: #BDE8F0;
}
</style>
background-color css
<style>
a { background-color: #BDE8F0; }
a { background-color: rgb(189,232,240); }
div.DivClassName
{
background-color: #BDE8F0;
}
.BgClassName
{
background-color: #BDE8F0;
}
</style>
border-color css
<style>
span { border-color: #BDE8F0; }
span { border-color: rgb(189,232,240); }
td.TdClassName
{
border-color: #BDE8F0;
}
.TagClassName
{
border-color: #BDE8F0;
}
</style>