Shades of Onahau #BDF2FA
Tints of Onahau #BDF2FA
RGB
CMYK
RGB Variations
Color information
#BDF2FA (or 0xBDF2FA) is known color: Onahau. HEX triplet: BD, F2 and FA. RGB value is (189,242,250). Sum of RGB (Red+Green+Blue) = 189+242+250=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2FA is #420D05. Grayscale: #E2E2E2. Windows color (decimal): -4328710 or 16446141. OLE color: 16446141.
HSL color Cylindrical-coordinate representation of color #BDF2FA: hue angle of 187.87º 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 #BDF2FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 242 | 250 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.02 |
| HSL | 187.87º | 0.86% | 0.86% | - |
| HSV(B) | 187.87º | 0.24% | 0.98% | - |
| XYZ | 69.99 | 81.23 | 102.43 | - |
| YUV | 227.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 250 | 0.24 | 0.03 | 0 | 0.02 | 187.87 | 0.86 | 0.86 |
| Hex | BD | F2 | FA | 18 | 3 | 0 | 2 | BC | 56 | 56 |
| Octal | 275 | 362 | 372 | 30 | 3 | 0 | 2 | 274 | 126 | 126 |
| Binary | 10111101 | 11110010 | 11111010 | 11000 | 11 | 0 | 10 | 10111100 | 1010110 | 1010110 |
Color Harmonies of #BDF2FA
Complementary color
Monochromatic Colors of #BDF2FA
Black with #BDF2FA
Text Example
Text Example
White with #BDF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2FA; }
p { color: rgb(189,242,250); }
H1.HeaderClassName
{
color: #BDF2FA;
}
.AnyTagClassName
{
color: #BDF2FA;
}
</style>
background-color css
<style>
a { background-color: #BDF2FA; }
a { background-color: rgb(189,242,250); }
div.DivClassName
{
background-color: #BDF2FA;
}
.BgClassName
{
background-color: #BDF2FA;
}
</style>
border-color css
<style>
span { border-color: #BDF2FA; }
span { border-color: rgb(189,242,250); }
td.TdClassName
{
border-color: #BDF2FA;
}
.TagClassName
{
border-color: #BDF2FA;
}
</style>