Shades of Onahau #BDF3FA
Tints of Onahau #BDF3FA
RGB
CMYK
RGB Variations
Color information
#BDF3FA (or 0xBDF3FA) is known color: Onahau. HEX triplet: BD, F3 and FA. RGB value is (189,243,250). Sum of RGB (Red+Green+Blue) = 189+243+250=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FA is #420C05. Grayscale: #E3E3E3. Windows color (decimal): -4328454 or 16446397. OLE color: 16446397.
HSL color Cylindrical-coordinate representation of color #BDF3FA: hue angle of 186.89º 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 #BDF3FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 243 | 250 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.02 |
| HSL | 186.89º | 0.86% | 0.86% | - |
| HSV(B) | 186.89º | 0.24% | 0.98% | - |
| XYZ | 70.29 | 81.82 | 102.53 | - |
| YUV | 227.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 250 | 0.24 | 0.03 | 0 | 0.02 | 186.89 | 0.86 | 0.86 |
| Hex | BD | F3 | FA | 18 | 3 | 0 | 2 | BB | 56 | 56 |
| Octal | 275 | 363 | 372 | 30 | 3 | 0 | 2 | 273 | 126 | 126 |
| Binary | 10111101 | 11110011 | 11111010 | 11000 | 11 | 0 | 10 | 10111011 | 1010110 | 1010110 |
Color Harmonies of #BDF3FA
Complementary color
Monochromatic Colors of #BDF3FA
Black with #BDF3FA
Text Example
Text Example
White with #BDF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3FA; }
p { color: rgb(189,243,250); }
H1.HeaderClassName
{
color: #BDF3FA;
}
.AnyTagClassName
{
color: #BDF3FA;
}
</style>
background-color css
<style>
a { background-color: #BDF3FA; }
a { background-color: rgb(189,243,250); }
div.DivClassName
{
background-color: #BDF3FA;
}
.BgClassName
{
background-color: #BDF3FA;
}
</style>
border-color css
<style>
span { border-color: #BDF3FA; }
span { border-color: rgb(189,243,250); }
td.TdClassName
{
border-color: #BDF3FA;
}
.TagClassName
{
border-color: #BDF3FA;
}
</style>