Shades of Onahau #BDE3EB
Tints of Onahau #BDE3EB
RGB
CMYK
RGB Variations
Color information
#BDE3EB (or 0xBDE3EB) is known color: Onahau. HEX triplet: BD, E3 and EB. RGB value is (189,227,235). Sum of RGB (Red+Green+Blue) = 189+227+235=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EB is #421C14. Grayscale: #D8D8D8. Windows color (decimal): -4332565 or 15459261. OLE color: 15459261.
HSL color Cylindrical-coordinate representation of color #BDE3EB: hue angle of 190.43º 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 #BDE3EB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 227 | 235 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.08 |
| HSL | 190.43º | 0.53% | 0.83% | - |
| HSV(B) | 190.43º | 0.2% | 0.92% | - |
| XYZ | 63.45 | 71.76 | 89.1 | - |
| YUV | 216.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 235 | 0.20 | 0.03 | 0 | 0.08 | 190.43 | 0.53 | 0.83 |
| Hex | BD | E3 | EB | 14 | 3 | 0 | 8 | BE | 35 | 53 |
| Octal | 275 | 343 | 353 | 24 | 3 | 0 | 10 | 276 | 65 | 123 |
| Binary | 10111101 | 11100011 | 11101011 | 10100 | 11 | 0 | 1000 | 10111110 | 110101 | 1010011 |
Color Harmonies of #BDE3EB
Complementary color
Monochromatic Colors of #BDE3EB
Black with #BDE3EB
Text Example
Text Example
White with #BDE3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3EB; }
p { color: rgb(189,227,235); }
H1.HeaderClassName
{
color: #BDE3EB;
}
.AnyTagClassName
{
color: #BDE3EB;
}
</style>
background-color css
<style>
a { background-color: #BDE3EB; }
a { background-color: rgb(189,227,235); }
div.DivClassName
{
background-color: #BDE3EB;
}
.BgClassName
{
background-color: #BDE3EB;
}
</style>
border-color css
<style>
span { border-color: #BDE3EB; }
span { border-color: rgb(189,227,235); }
td.TdClassName
{
border-color: #BDE3EB;
}
.TagClassName
{
border-color: #BDE3EB;
}
</style>