Shades of Onahau #BDE9FA
Tints of Onahau #BDE9FA
RGB
CMYK
RGB Variations
Color information
#BDE9FA (or 0xBDE9FA) is known color: Onahau. HEX triplet: BD, E9 and FA. RGB value is (189,233,250). Sum of RGB (Red+Green+Blue) = 189+233+250=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9FA is #421605. Grayscale: #DDDDDD. Windows color (decimal): -4331014 or 16443837. OLE color: 16443837.
HSL color Cylindrical-coordinate representation of color #BDE9FA: hue angle of 196.72º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE9FA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 233 | 250 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.02 |
| HSL | 196.72º | 0.86% | 0.86% | - |
| HSV(B) | 196.72º | 0.24% | 0.98% | - |
| XYZ | 67.38 | 76 | 101.56 | - |
| YUV | 221.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 250 | 0.24 | 0.07 | 0 | 0.02 | 196.72 | 0.86 | 0.86 |
| Hex | BD | E9 | FA | 18 | 7 | 0 | 2 | C5 | 56 | 56 |
| Octal | 275 | 351 | 372 | 30 | 7 | 0 | 2 | 305 | 126 | 126 |
| Binary | 10111101 | 11101001 | 11111010 | 11000 | 111 | 0 | 10 | 11000101 | 1010110 | 1010110 |
Color Harmonies of #BDE9FA
Complementary color
Monochromatic Colors of #BDE9FA
Black with #BDE9FA
Text Example
Text Example
White with #BDE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9FA; }
p { color: rgb(189,233,250); }
H1.HeaderClassName
{
color: #BDE9FA;
}
.AnyTagClassName
{
color: #BDE9FA;
}
</style>
background-color css
<style>
a { background-color: #BDE9FA; }
a { background-color: rgb(189,233,250); }
div.DivClassName
{
background-color: #BDE9FA;
}
.BgClassName
{
background-color: #BDE9FA;
}
</style>
border-color css
<style>
span { border-color: #BDE9FA; }
span { border-color: rgb(189,233,250); }
td.TdClassName
{
border-color: #BDE9FA;
}
.TagClassName
{
border-color: #BDE9FA;
}
</style>