Shades of Onahau #BDE4E7
Tints of Onahau #BDE4E7
RGB
CMYK
RGB Variations
Color information
#BDE4E7 (or 0xBDE4E7) is known color: Onahau. HEX triplet: BD, E4 and E7. RGB value is (189,228,231). Sum of RGB (Red+Green+Blue) = 189+228+231=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4E7 is #421B18. Grayscale: #D8D8D8. Windows color (decimal): -4332313 or 15197373. OLE color: 15197373.
HSL color Cylindrical-coordinate representation of color #BDE4E7: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE4E7 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 228 | 231 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.09 |
| HSL | 184.29º | 0.47% | 0.82% | - |
| HSV(B) | 184.29º | 0.18% | 0.91% | - |
| XYZ | 63.15 | 72.08 | 86.18 | - |
| YUV | 216.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 231 | 0.18 | 0.01 | 0 | 0.09 | 184.29 | 0.47 | 0.82 |
| Hex | BD | E4 | E7 | 12 | 1 | 0 | 9 | B8 | 2F | 52 |
| Octal | 275 | 344 | 347 | 22 | 1 | 0 | 11 | 270 | 57 | 122 |
| Binary | 10111101 | 11100100 | 11100111 | 10010 | 1 | 0 | 1001 | 10111000 | 101111 | 1010010 |
Color Harmonies of #BDE4E7
Complementary color
Monochromatic Colors of #BDE4E7
Black with #BDE4E7
Text Example
Text Example
White with #BDE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4E7; }
p { color: rgb(189,228,231); }
H1.HeaderClassName
{
color: #BDE4E7;
}
.AnyTagClassName
{
color: #BDE4E7;
}
</style>
background-color css
<style>
a { background-color: #BDE4E7; }
a { background-color: rgb(189,228,231); }
div.DivClassName
{
background-color: #BDE4E7;
}
.BgClassName
{
background-color: #BDE4E7;
}
</style>
border-color css
<style>
span { border-color: #BDE4E7; }
span { border-color: rgb(189,228,231); }
td.TdClassName
{
border-color: #BDE4E7;
}
.TagClassName
{
border-color: #BDE4E7;
}
</style>