Shades of Onahau #BFEDF1
Tints of Onahau #BFEDF1
RGB
CMYK
RGB Variations
Color information
#BFEDF1 (or 0xBFEDF1) is known color: Onahau. HEX triplet: BF, ED and F1. RGB value is (191,237,241). Sum of RGB (Red+Green+Blue) = 191+237+241=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF1 is #40120E. Grayscale: #DFDFDF. Windows color (decimal): -4198927 or 15855039. OLE color: 15855039.
HSL color Cylindrical-coordinate representation of color #BFEDF1: hue angle of 184.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEDF1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 237 | 241 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 184.8º | 0.64% | 0.85% | - |
| HSV(B) | 184.8º | 0.21% | 0.95% | - |
| XYZ | 67.65 | 78 | 94.71 | - |
| YUV | 223.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 241 | 0.21 | 0.02 | 0 | 0.05 | 184.8 | 0.64 | 0.85 |
| Hex | BF | ED | F1 | 15 | 2 | 0 | 5 | B9 | 40 | 55 |
| Octal | 277 | 355 | 361 | 25 | 2 | 0 | 5 | 271 | 100 | 125 |
| Binary | 10111111 | 11101101 | 11110001 | 10101 | 10 | 0 | 101 | 10111001 | 1000000 | 1010101 |
Color Harmonies of #BFEDF1
Complementary color
Monochromatic Colors of #BFEDF1
Black with #BFEDF1
Text Example
Text Example
White with #BFEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDF1; }
p { color: rgb(191,237,241); }
H1.HeaderClassName
{
color: #BFEDF1;
}
.AnyTagClassName
{
color: #BFEDF1;
}
</style>
background-color css
<style>
a { background-color: #BFEDF1; }
a { background-color: rgb(191,237,241); }
div.DivClassName
{
background-color: #BFEDF1;
}
.BgClassName
{
background-color: #BFEDF1;
}
</style>
border-color css
<style>
span { border-color: #BFEDF1; }
span { border-color: rgb(191,237,241); }
td.TdClassName
{
border-color: #BFEDF1;
}
.TagClassName
{
border-color: #BFEDF1;
}
</style>