Shades of Onahau #BDE8F2
Tints of Onahau #BDE8F2
RGB
CMYK
RGB Variations
Color information
#BDE8F2 (or 0xBDE8F2) is known color: Onahau. HEX triplet: BD, E8 and F2. RGB value is (189,232,242). Sum of RGB (Red+Green+Blue) = 189+232+242=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8F2 is #42170D. Grayscale: #DCDCDC. Windows color (decimal): -4331278 or 15919293. OLE color: 15919293.
HSL color Cylindrical-coordinate representation of color #BDE8F2: hue angle of 191.32º 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 #BDE8F2 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 232 | 242 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.05 |
| HSL | 191.32º | 0.67% | 0.85% | - |
| HSV(B) | 191.32º | 0.22% | 0.95% | - |
| XYZ | 65.87 | 74.94 | 95 | - |
| YUV | 220.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 242 | 0.22 | 0.04 | 0 | 0.05 | 191.32 | 0.67 | 0.85 |
| Hex | BD | E8 | F2 | 16 | 4 | 0 | 5 | BF | 43 | 55 |
| Octal | 275 | 350 | 362 | 26 | 4 | 0 | 5 | 277 | 103 | 125 |
| Binary | 10111101 | 11101000 | 11110010 | 10110 | 100 | 0 | 101 | 10111111 | 1000011 | 1010101 |
Color Harmonies of #BDE8F2
Complementary color
Monochromatic Colors of #BDE8F2
Black with #BDE8F2
Text Example
Text Example
White with #BDE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8F2; }
p { color: rgb(189,232,242); }
H1.HeaderClassName
{
color: #BDE8F2;
}
.AnyTagClassName
{
color: #BDE8F2;
}
</style>
background-color css
<style>
a { background-color: #BDE8F2; }
a { background-color: rgb(189,232,242); }
div.DivClassName
{
background-color: #BDE8F2;
}
.BgClassName
{
background-color: #BDE8F2;
}
</style>
border-color css
<style>
span { border-color: #BDE8F2; }
span { border-color: rgb(189,232,242); }
td.TdClassName
{
border-color: #BDE8F2;
}
.TagClassName
{
border-color: #BDE8F2;
}
</style>