Shades of Onahau #BFEDF2
Tints of Onahau #BFEDF2
RGB
CMYK
RGB Variations
Color information
#BFEDF2 (or 0xBFEDF2) is known color: Onahau. HEX triplet: BF, ED and F2. RGB value is (191,237,242). Sum of RGB (Red+Green+Blue) = 191+237+242=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF2 is #40120D. Grayscale: #DFDFDF. Windows color (decimal): -4198926 or 15920575. OLE color: 15920575.
HSL color Cylindrical-coordinate representation of color #BFEDF2: hue angle of 185.88º degrees, saturation: 0.66, 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 #BFEDF2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 237 | 242 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 185.88º | 0.66% | 0.85% | - |
| HSV(B) | 185.88º | 0.21% | 0.95% | - |
| XYZ | 67.8 | 78.06 | 95.5 | - |
| YUV | 223.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 242 | 0.21 | 0.02 | 0 | 0.05 | 185.88 | 0.66 | 0.85 |
| Hex | BF | ED | F2 | 15 | 2 | 0 | 5 | BA | 42 | 55 |
| Octal | 277 | 355 | 362 | 25 | 2 | 0 | 5 | 272 | 102 | 125 |
| Binary | 10111111 | 11101101 | 11110010 | 10101 | 10 | 0 | 101 | 10111010 | 1000010 | 1010101 |
Color Harmonies of #BFEDF2
Complementary color
Monochromatic Colors of #BFEDF2
Black with #BFEDF2
Text Example
Text Example
White with #BFEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDF2; }
p { color: rgb(191,237,242); }
H1.HeaderClassName
{
color: #BFEDF2;
}
.AnyTagClassName
{
color: #BFEDF2;
}
</style>
background-color css
<style>
a { background-color: #BFEDF2; }
a { background-color: rgb(191,237,242); }
div.DivClassName
{
background-color: #BFEDF2;
}
.BgClassName
{
background-color: #BFEDF2;
}
</style>
border-color css
<style>
span { border-color: #BFEDF2; }
span { border-color: rgb(191,237,242); }
td.TdClassName
{
border-color: #BFEDF2;
}
.TagClassName
{
border-color: #BFEDF2;
}
</style>