Shades of Onahau #BDF3F8
Tints of Onahau #BDF3F8
RGB
CMYK
RGB Variations
Color information
#BDF3F8 (or 0xBDF3F8) is known color: Onahau. HEX triplet: BD, F3 and F8. RGB value is (189,243,248). Sum of RGB (Red+Green+Blue) = 189+243+248=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDF3F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3F8 is #420C07. Grayscale: #E3E3E3. Windows color (decimal): -4328456 or 16315325. OLE color: 16315325.
HSL color Cylindrical-coordinate representation of color #BDF3F8: hue angle of 185.08º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF3F8 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 243 | 248 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.03 |
| HSL | 185.08º | 0.81% | 0.86% | - |
| HSV(B) | 185.08º | 0.24% | 0.97% | - |
| XYZ | 69.98 | 81.7 | 100.89 | - |
| YUV | 227.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 248 | 0.24 | 0.02 | 0 | 0.03 | 185.08 | 0.81 | 0.86 |
| Hex | BD | F3 | F8 | 18 | 2 | 0 | 3 | B9 | 51 | 56 |
| Octal | 275 | 363 | 370 | 30 | 2 | 0 | 3 | 271 | 121 | 126 |
| Binary | 10111101 | 11110011 | 11111000 | 11000 | 10 | 0 | 11 | 10111001 | 1010001 | 1010110 |
Color Harmonies of #BDF3F8
Complementary color
Monochromatic Colors of #BDF3F8
Black with #BDF3F8
Text Example
Text Example
White with #BDF3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3F8; }
p { color: rgb(189,243,248); }
H1.HeaderClassName
{
color: #BDF3F8;
}
.AnyTagClassName
{
color: #BDF3F8;
}
</style>
background-color css
<style>
a { background-color: #BDF3F8; }
a { background-color: rgb(189,243,248); }
div.DivClassName
{
background-color: #BDF3F8;
}
.BgClassName
{
background-color: #BDF3F8;
}
</style>
border-color css
<style>
span { border-color: #BDF3F8; }
span { border-color: rgb(189,243,248); }
td.TdClassName
{
border-color: #BDF3F8;
}
.TagClassName
{
border-color: #BDF3F8;
}
</style>