Shades of Onahau #BFEDEF
Tints of Onahau #BFEDEF
RGB
CMYK
RGB Variations
Color information
#BFEDEF (or 0xBFEDEF) is known color: Onahau. HEX triplet: BF, ED and EF. RGB value is (191,237,239). Sum of RGB (Red+Green+Blue) = 191+237+239=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDEF is #401210. Grayscale: #DFDFDF. Windows color (decimal): -4198929 or 15723967. OLE color: 15723967.
HSL color Cylindrical-coordinate representation of color #BFEDEF: hue angle of 182.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEDEF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 237 | 239 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.06 |
| HSL | 182.5º | 0.6% | 0.84% | - |
| HSV(B) | 182.5º | 0.2% | 0.94% | - |
| XYZ | 67.35 | 77.88 | 93.14 | - |
| YUV | 223.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 239 | 0.20 | 0.01 | 0 | 0.06 | 182.5 | 0.6 | 0.84 |
| Hex | BF | ED | EF | 14 | 1 | 0 | 6 | B6 | 3C | 54 |
| Octal | 277 | 355 | 357 | 24 | 1 | 0 | 6 | 266 | 74 | 124 |
| Binary | 10111111 | 11101101 | 11101111 | 10100 | 1 | 0 | 110 | 10110110 | 111100 | 1010100 |
Color Harmonies of #BFEDEF
Complementary color
Monochromatic Colors of #BFEDEF
Black with #BFEDEF
Text Example
Text Example
White with #BFEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDEF; }
p { color: rgb(191,237,239); }
H1.HeaderClassName
{
color: #BFEDEF;
}
.AnyTagClassName
{
color: #BFEDEF;
}
</style>
background-color css
<style>
a { background-color: #BFEDEF; }
a { background-color: rgb(191,237,239); }
div.DivClassName
{
background-color: #BFEDEF;
}
.BgClassName
{
background-color: #BFEDEF;
}
</style>
border-color css
<style>
span { border-color: #BFEDEF; }
span { border-color: rgb(191,237,239); }
td.TdClassName
{
border-color: #BFEDEF;
}
.TagClassName
{
border-color: #BFEDEF;
}
</style>