Shades of Onahau #BDE7ED
Tints of Onahau #BDE7ED
RGB
CMYK
RGB Variations
Color information
#BDE7ED (or 0xBDE7ED) is known color: Onahau. HEX triplet: BD, E7 and ED. RGB value is (189,231,237). Sum of RGB (Red+Green+Blue) = 189+231+237=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7ED is #421812. Grayscale: #DBDBDB. Windows color (decimal): -4331539 or 15591357. OLE color: 15591357.
HSL color Cylindrical-coordinate representation of color #BDE7ED: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE7ED is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 231 | 237 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.07 |
| HSL | 187.5º | 0.57% | 0.84% | - |
| HSV(B) | 187.5º | 0.2% | 0.93% | - |
| XYZ | 64.85 | 74.09 | 91 | - |
| YUV | 219.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 237 | 0.20 | 0.03 | 0 | 0.07 | 187.5 | 0.57 | 0.84 |
| Hex | BD | E7 | ED | 14 | 3 | 0 | 7 | BC | 39 | 54 |
| Octal | 275 | 347 | 355 | 24 | 3 | 0 | 7 | 274 | 71 | 124 |
| Binary | 10111101 | 11100111 | 11101101 | 10100 | 11 | 0 | 111 | 10111100 | 111001 | 1010100 |
Color Harmonies of #BDE7ED
Complementary color
Monochromatic Colors of #BDE7ED
Black with #BDE7ED
Text Example
Text Example
White with #BDE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7ED; }
p { color: rgb(189,231,237); }
H1.HeaderClassName
{
color: #BDE7ED;
}
.AnyTagClassName
{
color: #BDE7ED;
}
</style>
background-color css
<style>
a { background-color: #BDE7ED; }
a { background-color: rgb(189,231,237); }
div.DivClassName
{
background-color: #BDE7ED;
}
.BgClassName
{
background-color: #BDE7ED;
}
</style>
border-color css
<style>
span { border-color: #BDE7ED; }
span { border-color: rgb(189,231,237); }
td.TdClassName
{
border-color: #BDE7ED;
}
.TagClassName
{
border-color: #BDE7ED;
}
</style>