Shades of Onahau #BDE3F2
Tints of Onahau #BDE3F2
RGB
CMYK
RGB Variations
Color information
#BDE3F2 (or 0xBDE3F2) is known color: Onahau. HEX triplet: BD, E3 and F2. RGB value is (189,227,242). Sum of RGB (Red+Green+Blue) = 189+227+242=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F2 is #421C0D. Grayscale: #D9D9D9. Windows color (decimal): -4332558 or 15918013. OLE color: 15918013.
HSL color Cylindrical-coordinate representation of color #BDE3F2: hue angle of 196.98º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE3F2 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 227 | 242 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.05 |
| HSL | 196.98º | 0.67% | 0.85% | - |
| HSV(B) | 196.98º | 0.22% | 0.95% | - |
| XYZ | 64.48 | 72.17 | 94.54 | - |
| YUV | 217.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 242 | 0.22 | 0.06 | 0 | 0.05 | 196.98 | 0.67 | 0.85 |
| Hex | BD | E3 | F2 | 16 | 6 | 0 | 5 | C5 | 43 | 55 |
| Octal | 275 | 343 | 362 | 26 | 6 | 0 | 5 | 305 | 103 | 125 |
| Binary | 10111101 | 11100011 | 11110010 | 10110 | 110 | 0 | 101 | 11000101 | 1000011 | 1010101 |
Color Harmonies of #BDE3F2
Complementary color
Monochromatic Colors of #BDE3F2
Black with #BDE3F2
Text Example
Text Example
White with #BDE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3F2; }
p { color: rgb(189,227,242); }
H1.HeaderClassName
{
color: #BDE3F2;
}
.AnyTagClassName
{
color: #BDE3F2;
}
</style>
background-color css
<style>
a { background-color: #BDE3F2; }
a { background-color: rgb(189,227,242); }
div.DivClassName
{
background-color: #BDE3F2;
}
.BgClassName
{
background-color: #BDE3F2;
}
</style>
border-color css
<style>
span { border-color: #BDE3F2; }
span { border-color: rgb(189,227,242); }
td.TdClassName
{
border-color: #BDE3F2;
}
.TagClassName
{
border-color: #BDE3F2;
}
</style>