Shades of Onahau #BDE2F3
Tints of Onahau #BDE2F3
RGB
CMYK
RGB Variations
Color information
#BDE2F3 (or 0xBDE2F3) is known color: Onahau. HEX triplet: BD, E2 and F3. RGB value is (189,226,243). Sum of RGB (Red+Green+Blue) = 189+226+243=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2F3 is #421D0C. Grayscale: #D8D8D8. Windows color (decimal): -4332813 or 15983293. OLE color: 15983293.
HSL color Cylindrical-coordinate representation of color #BDE2F3: hue angle of 198.89º degrees, saturation: 0.69, 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 #BDE2F3 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 226 | 243 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.05 |
| HSL | 198.89º | 0.69% | 0.85% | - |
| HSV(B) | 198.89º | 0.22% | 0.95% | - |
| XYZ | 64.36 | 71.68 | 95.24 | - |
| YUV | 216.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 243 | 0.22 | 0.07 | 0 | 0.05 | 198.89 | 0.69 | 0.85 |
| Hex | BD | E2 | F3 | 16 | 7 | 0 | 5 | C7 | 45 | 55 |
| Octal | 275 | 342 | 363 | 26 | 7 | 0 | 5 | 307 | 105 | 125 |
| Binary | 10111101 | 11100010 | 11110011 | 10110 | 111 | 0 | 101 | 11000111 | 1000101 | 1010101 |
Color Harmonies of #BDE2F3
Complementary color
Monochromatic Colors of #BDE2F3
Black with #BDE2F3
Text Example
Text Example
White with #BDE2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2F3; }
p { color: rgb(189,226,243); }
H1.HeaderClassName
{
color: #BDE2F3;
}
.AnyTagClassName
{
color: #BDE2F3;
}
</style>
background-color css
<style>
a { background-color: #BDE2F3; }
a { background-color: rgb(189,226,243); }
div.DivClassName
{
background-color: #BDE2F3;
}
.BgClassName
{
background-color: #BDE2F3;
}
</style>
border-color css
<style>
span { border-color: #BDE2F3; }
span { border-color: rgb(189,226,243); }
td.TdClassName
{
border-color: #BDE2F3;
}
.TagClassName
{
border-color: #BDE2F3;
}
</style>