Shades of Onahau #BDE8ED
Tints of Onahau #BDE8ED
RGB
CMYK
RGB Variations
Color information
#BDE8ED (or 0xBDE8ED) is known color: Onahau. HEX triplet: BD, E8 and ED. RGB value is (189,232,237). Sum of RGB (Red+Green+Blue) = 189+232+237=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8ED is #421712. Grayscale: #DBDBDB. Windows color (decimal): -4331283 or 15591613. OLE color: 15591613.
HSL color Cylindrical-coordinate representation of color #BDE8ED: hue angle of 186.25º 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 #BDE8ED is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 232 | 237 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.07 |
| HSL | 186.25º | 0.57% | 0.84% | - |
| HSV(B) | 186.25º | 0.2% | 0.93% | - |
| XYZ | 65.13 | 74.65 | 91.1 | - |
| YUV | 219.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 237 | 0.20 | 0.02 | 0 | 0.07 | 186.25 | 0.57 | 0.84 |
| Hex | BD | E8 | ED | 14 | 2 | 0 | 7 | BA | 39 | 54 |
| Octal | 275 | 350 | 355 | 24 | 2 | 0 | 7 | 272 | 71 | 124 |
| Binary | 10111101 | 11101000 | 11101101 | 10100 | 10 | 0 | 111 | 10111010 | 111001 | 1010100 |
Color Harmonies of #BDE8ED
Complementary color
Monochromatic Colors of #BDE8ED
Black with #BDE8ED
Text Example
Text Example
White with #BDE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8ED; }
p { color: rgb(189,232,237); }
H1.HeaderClassName
{
color: #BDE8ED;
}
.AnyTagClassName
{
color: #BDE8ED;
}
</style>
background-color css
<style>
a { background-color: #BDE8ED; }
a { background-color: rgb(189,232,237); }
div.DivClassName
{
background-color: #BDE8ED;
}
.BgClassName
{
background-color: #BDE8ED;
}
</style>
border-color css
<style>
span { border-color: #BDE8ED; }
span { border-color: rgb(189,232,237); }
td.TdClassName
{
border-color: #BDE8ED;
}
.TagClassName
{
border-color: #BDE8ED;
}
</style>