Shades of Onahau #BDEEF0
Tints of Onahau #BDEEF0
RGB
CMYK
RGB Variations
Color information
#BDEEF0 (or 0xBDEEF0) is known color: Onahau. HEX triplet: BD, EE and F0. RGB value is (189,238,240). Sum of RGB (Red+Green+Blue) = 189+238+240=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEF0 is #42110F. Grayscale: #DFDFDF. Windows color (decimal): -4329744 or 15789757. OLE color: 15789757.
HSL color Cylindrical-coordinate representation of color #BDEEF0: hue angle of 182.35º 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 #BDEEF0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 238 | 240 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.06 |
| HSL | 182.35º | 0.63% | 0.84% | - |
| HSV(B) | 182.35º | 0.21% | 0.94% | - |
| XYZ | 67.29 | 78.26 | 94 | - |
| YUV | 223.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 240 | 0.21 | 0.01 | 0 | 0.06 | 182.35 | 0.63 | 0.84 |
| Hex | BD | EE | F0 | 15 | 1 | 0 | 6 | B6 | 3F | 54 |
| Octal | 275 | 356 | 360 | 25 | 1 | 0 | 6 | 266 | 77 | 124 |
| Binary | 10111101 | 11101110 | 11110000 | 10101 | 1 | 0 | 110 | 10110110 | 111111 | 1010100 |
Color Harmonies of #BDEEF0
Complementary color
Monochromatic Colors of #BDEEF0
Black with #BDEEF0
Text Example
Text Example
White with #BDEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEF0; }
p { color: rgb(189,238,240); }
H1.HeaderClassName
{
color: #BDEEF0;
}
.AnyTagClassName
{
color: #BDEEF0;
}
</style>
background-color css
<style>
a { background-color: #BDEEF0; }
a { background-color: rgb(189,238,240); }
div.DivClassName
{
background-color: #BDEEF0;
}
.BgClassName
{
background-color: #BDEEF0;
}
</style>
border-color css
<style>
span { border-color: #BDEEF0; }
span { border-color: rgb(189,238,240); }
td.TdClassName
{
border-color: #BDEEF0;
}
.TagClassName
{
border-color: #BDEEF0;
}
</style>