Shades of Onahau #BDF1FA
Tints of Onahau #BDF1FA
RGB
CMYK
RGB Variations
Color information
#BDF1FA (or 0xBDF1FA) is known color: Onahau. HEX triplet: BD, F1 and FA. RGB value is (189,241,250). Sum of RGB (Red+Green+Blue) = 189+241+250=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FA is #420E05. Grayscale: #E2E2E2. Windows color (decimal): -4328966 or 16445885. OLE color: 16445885.
HSL color Cylindrical-coordinate representation of color #BDF1FA: hue angle of 188.85º 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 #BDF1FA is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 241 | 250 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.02 |
| HSL | 188.85º | 0.86% | 0.86% | - |
| HSV(B) | 188.85º | 0.24% | 0.98% | - |
| XYZ | 69.7 | 80.63 | 102.33 | - |
| YUV | 226.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 250 | 0.24 | 0.04 | 0 | 0.02 | 188.85 | 0.86 | 0.86 |
| Hex | BD | F1 | FA | 18 | 4 | 0 | 2 | BD | 56 | 56 |
| Octal | 275 | 361 | 372 | 30 | 4 | 0 | 2 | 275 | 126 | 126 |
| Binary | 10111101 | 11110001 | 11111010 | 11000 | 100 | 0 | 10 | 10111101 | 1010110 | 1010110 |
Color Harmonies of #BDF1FA
Complementary color
Monochromatic Colors of #BDF1FA
Black with #BDF1FA
Text Example
Text Example
White with #BDF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1FA; }
p { color: rgb(189,241,250); }
H1.HeaderClassName
{
color: #BDF1FA;
}
.AnyTagClassName
{
color: #BDF1FA;
}
</style>
background-color css
<style>
a { background-color: #BDF1FA; }
a { background-color: rgb(189,241,250); }
div.DivClassName
{
background-color: #BDF1FA;
}
.BgClassName
{
background-color: #BDF1FA;
}
</style>
border-color css
<style>
span { border-color: #BDF1FA; }
span { border-color: rgb(189,241,250); }
td.TdClassName
{
border-color: #BDF1FA;
}
.TagClassName
{
border-color: #BDF1FA;
}
</style>