Shades of Onahau #BDE8EB
Tints of Onahau #BDE8EB
RGB
CMYK
RGB Variations
Color information
#BDE8EB (or 0xBDE8EB) is known color: Onahau. HEX triplet: BD, E8 and EB. RGB value is (189,232,235). Sum of RGB (Red+Green+Blue) = 189+232+235=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8EB is #421714. Grayscale: #DBDBDB. Windows color (decimal): -4331285 or 15460541. OLE color: 15460541.
HSL color Cylindrical-coordinate representation of color #BDE8EB: hue angle of 183.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE8EB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 232 | 235 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.08 |
| HSL | 183.91º | 0.53% | 0.83% | - |
| HSV(B) | 183.91º | 0.2% | 0.92% | - |
| XYZ | 64.84 | 74.53 | 89.57 | - |
| YUV | 219.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 235 | 0.20 | 0.01 | 0 | 0.08 | 183.91 | 0.53 | 0.83 |
| Hex | BD | E8 | EB | 14 | 1 | 0 | 8 | B8 | 35 | 53 |
| Octal | 275 | 350 | 353 | 24 | 1 | 0 | 10 | 270 | 65 | 123 |
| Binary | 10111101 | 11101000 | 11101011 | 10100 | 1 | 0 | 1000 | 10111000 | 110101 | 1010011 |
Color Harmonies of #BDE8EB
Complementary color
Monochromatic Colors of #BDE8EB
Black with #BDE8EB
Text Example
Text Example
White with #BDE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8EB; }
p { color: rgb(189,232,235); }
H1.HeaderClassName
{
color: #BDE8EB;
}
.AnyTagClassName
{
color: #BDE8EB;
}
</style>
background-color css
<style>
a { background-color: #BDE8EB; }
a { background-color: rgb(189,232,235); }
div.DivClassName
{
background-color: #BDE8EB;
}
.BgClassName
{
background-color: #BDE8EB;
}
</style>
border-color css
<style>
span { border-color: #BDE8EB; }
span { border-color: rgb(189,232,235); }
td.TdClassName
{
border-color: #BDE8EB;
}
.TagClassName
{
border-color: #BDE8EB;
}
</style>