Shades of Onahau #BDE2F1
Tints of Onahau #BDE2F1
RGB
CMYK
RGB Variations
Color information
#BDE2F1 (or 0xBDE2F1) is known color: Onahau. HEX triplet: BD, E2 and F1. RGB value is (189,226,241). Sum of RGB (Red+Green+Blue) = 189+226+241=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2F1 is #421D0E. Grayscale: #D8D8D8. Windows color (decimal): -4332815 or 15852221. OLE color: 15852221.
HSL color Cylindrical-coordinate representation of color #BDE2F1: hue angle of 197.31º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE2F1 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 226 | 241 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.05 |
| HSL | 197.31º | 0.65% | 0.84% | - |
| HSV(B) | 197.31º | 0.22% | 0.95% | - |
| XYZ | 64.06 | 71.56 | 93.66 | - |
| YUV | 216.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 241 | 0.22 | 0.06 | 0 | 0.05 | 197.31 | 0.65 | 0.84 |
| Hex | BD | E2 | F1 | 16 | 6 | 0 | 5 | C5 | 41 | 54 |
| Octal | 275 | 342 | 361 | 26 | 6 | 0 | 5 | 305 | 101 | 124 |
| Binary | 10111101 | 11100010 | 11110001 | 10110 | 110 | 0 | 101 | 11000101 | 1000001 | 1010100 |
Color Harmonies of #BDE2F1
Complementary color
Monochromatic Colors of #BDE2F1
Black with #BDE2F1
Text Example
Text Example
White with #BDE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2F1; }
p { color: rgb(189,226,241); }
H1.HeaderClassName
{
color: #BDE2F1;
}
.AnyTagClassName
{
color: #BDE2F1;
}
</style>
background-color css
<style>
a { background-color: #BDE2F1; }
a { background-color: rgb(189,226,241); }
div.DivClassName
{
background-color: #BDE2F1;
}
.BgClassName
{
background-color: #BDE2F1;
}
</style>
border-color css
<style>
span { border-color: #BDE2F1; }
span { border-color: rgb(189,226,241); }
td.TdClassName
{
border-color: #BDE2F1;
}
.TagClassName
{
border-color: #BDE2F1;
}
</style>