Shades of Onahau #BDE1EE
Tints of Onahau #BDE1EE
RGB
CMYK
RGB Variations
Color information
#BDE1EE (or 0xBDE1EE) is known color: Onahau. HEX triplet: BD, E1 and EE. RGB value is (189,225,238). Sum of RGB (Red+Green+Blue) = 189+225+238=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EE is #421E11. Grayscale: #D7D7D7. Windows color (decimal): -4333074 or 15655357. OLE color: 15655357.
HSL color Cylindrical-coordinate representation of color #BDE1EE: hue angle of 195.92º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE1EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 225 | 238 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 195.92º | 0.59% | 0.84% | - |
| HSV(B) | 195.92º | 0.21% | 0.93% | - |
| XYZ | 63.34 | 70.84 | 91.22 | - |
| YUV | 215.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 238 | 0.21 | 0.05 | 0 | 0.07 | 195.92 | 0.59 | 0.84 |
| Hex | BD | E1 | EE | 15 | 5 | 0 | 7 | C4 | 3B | 54 |
| Octal | 275 | 341 | 356 | 25 | 5 | 0 | 7 | 304 | 73 | 124 |
| Binary | 10111101 | 11100001 | 11101110 | 10101 | 101 | 0 | 111 | 11000100 | 111011 | 1010100 |
Color Harmonies of #BDE1EE
Complementary color
Monochromatic Colors of #BDE1EE
Black with #BDE1EE
Text Example
Text Example
White with #BDE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1EE; }
p { color: rgb(189,225,238); }
H1.HeaderClassName
{
color: #BDE1EE;
}
.AnyTagClassName
{
color: #BDE1EE;
}
</style>
background-color css
<style>
a { background-color: #BDE1EE; }
a { background-color: rgb(189,225,238); }
div.DivClassName
{
background-color: #BDE1EE;
}
.BgClassName
{
background-color: #BDE1EE;
}
</style>
border-color css
<style>
span { border-color: #BDE1EE; }
span { border-color: rgb(189,225,238); }
td.TdClassName
{
border-color: #BDE1EE;
}
.TagClassName
{
border-color: #BDE1EE;
}
</style>