Shades of Onahau #BDF2FB
Tints of Onahau #BDF2FB
RGB
CMYK
RGB Variations
Color information
#BDF2FB (or 0xBDF2FB) is known color: Onahau. HEX triplet: BD, F2 and FB. RGB value is (189,242,251). Sum of RGB (Red+Green+Blue) = 189+242+251=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2FB is #420D04. Grayscale: #E3E3E3. Windows color (decimal): -4328709 or 16511677. OLE color: 16511677.
HSL color Cylindrical-coordinate representation of color #BDF2FB: hue angle of 188.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF2FB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 242 | 251 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.02 |
| HSL | 188.71º | 0.89% | 0.86% | - |
| HSV(B) | 188.71º | 0.25% | 0.98% | - |
| XYZ | 70.15 | 81.29 | 103.26 | - |
| YUV | 227.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 251 | 0.25 | 0.04 | 0 | 0.02 | 188.71 | 0.89 | 0.86 |
| Hex | BD | F2 | FB | 19 | 4 | 0 | 2 | BD | 59 | 56 |
| Octal | 275 | 362 | 373 | 31 | 4 | 0 | 2 | 275 | 131 | 126 |
| Binary | 10111101 | 11110010 | 11111011 | 11001 | 100 | 0 | 10 | 10111101 | 1011001 | 1010110 |
Color Harmonies of #BDF2FB
Complementary color
Monochromatic Colors of #BDF2FB
Black with #BDF2FB
Text Example
Text Example
White with #BDF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2FB; }
p { color: rgb(189,242,251); }
H1.HeaderClassName
{
color: #BDF2FB;
}
.AnyTagClassName
{
color: #BDF2FB;
}
</style>
background-color css
<style>
a { background-color: #BDF2FB; }
a { background-color: rgb(189,242,251); }
div.DivClassName
{
background-color: #BDF2FB;
}
.BgClassName
{
background-color: #BDF2FB;
}
</style>
border-color css
<style>
span { border-color: #BDF2FB; }
span { border-color: rgb(189,242,251); }
td.TdClassName
{
border-color: #BDF2FB;
}
.TagClassName
{
border-color: #BDF2FB;
}
</style>