Shades of Onahau #BFE3EF
Tints of Onahau #BFE3EF
RGB
CMYK
RGB Variations
Color information
#BFE3EF (or 0xBFE3EF) is known color: Onahau. HEX triplet: BF, E3 and EF. RGB value is (191,227,239). Sum of RGB (Red+Green+Blue) = 191+227+239=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3EF is #401C10. Grayscale: #D9D9D9. Windows color (decimal): -4201489 or 15721407. OLE color: 15721407.
HSL color Cylindrical-coordinate representation of color #BFE3EF: hue angle of 195º 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 #BFE3EF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 227 | 239 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.06 |
| HSL | 195º | 0.6% | 0.84% | - |
| HSV(B) | 195º | 0.2% | 0.94% | - |
| XYZ | 64.53 | 72.25 | 92.2 | - |
| YUV | 217.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 239 | 0.20 | 0.05 | 0 | 0.06 | 195 | 0.6 | 0.84 |
| Hex | BF | E3 | EF | 14 | 5 | 0 | 6 | C3 | 3C | 54 |
| Octal | 277 | 343 | 357 | 24 | 5 | 0 | 6 | 303 | 74 | 124 |
| Binary | 10111111 | 11100011 | 11101111 | 10100 | 101 | 0 | 110 | 11000011 | 111100 | 1010100 |
Color Harmonies of #BFE3EF
Complementary color
Monochromatic Colors of #BFE3EF
Black with #BFE3EF
Text Example
Text Example
White with #BFE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3EF; }
p { color: rgb(191,227,239); }
H1.HeaderClassName
{
color: #BFE3EF;
}
.AnyTagClassName
{
color: #BFE3EF;
}
</style>
background-color css
<style>
a { background-color: #BFE3EF; }
a { background-color: rgb(191,227,239); }
div.DivClassName
{
background-color: #BFE3EF;
}
.BgClassName
{
background-color: #BFE3EF;
}
</style>
border-color css
<style>
span { border-color: #BFE3EF; }
span { border-color: rgb(191,227,239); }
td.TdClassName
{
border-color: #BFE3EF;
}
.TagClassName
{
border-color: #BFE3EF;
}
</style>