Shades of Onahau #BFEDF9
Tints of Onahau #BFEDF9
RGB
CMYK
RGB Variations
Color information
#BFEDF9 (or 0xBFEDF9) is known color: Onahau. HEX triplet: BF, ED and F9. RGB value is (191,237,249). Sum of RGB (Red+Green+Blue) = 191+237+249=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF9 is #401206. Grayscale: #E0E0E0. Windows color (decimal): -4198919 or 16379327. OLE color: 16379327.
HSL color Cylindrical-coordinate representation of color #BFEDF9: hue angle of 192.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFEDF9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 237 | 249 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.02 |
| HSL | 192.41º | 0.83% | 0.86% | - |
| HSV(B) | 192.41º | 0.23% | 0.98% | - |
| XYZ | 68.87 | 78.48 | 101.14 | - |
| YUV | 224.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 249 | 0.23 | 0.05 | 0 | 0.02 | 192.41 | 0.83 | 0.86 |
| Hex | BF | ED | F9 | 17 | 5 | 0 | 2 | C0 | 53 | 56 |
| Octal | 277 | 355 | 371 | 27 | 5 | 0 | 2 | 300 | 123 | 126 |
| Binary | 10111111 | 11101101 | 11111001 | 10111 | 101 | 0 | 10 | 11000000 | 1010011 | 1010110 |
Color Harmonies of #BFEDF9
Complementary color
Monochromatic Colors of #BFEDF9
Black with #BFEDF9
Text Example
Text Example
White with #BFEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDF9; }
p { color: rgb(191,237,249); }
H1.HeaderClassName
{
color: #BFEDF9;
}
.AnyTagClassName
{
color: #BFEDF9;
}
</style>
background-color css
<style>
a { background-color: #BFEDF9; }
a { background-color: rgb(191,237,249); }
div.DivClassName
{
background-color: #BFEDF9;
}
.BgClassName
{
background-color: #BFEDF9;
}
</style>
border-color css
<style>
span { border-color: #BFEDF9; }
span { border-color: rgb(191,237,249); }
td.TdClassName
{
border-color: #BFEDF9;
}
.TagClassName
{
border-color: #BFEDF9;
}
</style>