Shades of Onahau #BFE3F0
Tints of Onahau #BFE3F0
RGB
CMYK
RGB Variations
Color information
#BFE3F0 (or 0xBFE3F0) is known color: Onahau. HEX triplet: BF, E3 and F0. RGB value is (191,227,240). Sum of RGB (Red+Green+Blue) = 191+227+240=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3F0 is #401C0F. Grayscale: #D9D9D9. Windows color (decimal): -4201488 or 15786943. OLE color: 15786943.
HSL color Cylindrical-coordinate representation of color #BFE3F0: hue angle of 195.92º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE3F0 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 227 | 240 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.06 |
| HSL | 195.92º | 0.62% | 0.85% | - |
| HSV(B) | 195.92º | 0.2% | 0.94% | - |
| XYZ | 64.68 | 72.31 | 92.99 | - |
| YUV | 217.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 240 | 0.20 | 0.05 | 0 | 0.06 | 195.92 | 0.62 | 0.85 |
| Hex | BF | E3 | F0 | 14 | 5 | 0 | 6 | C4 | 3E | 55 |
| Octal | 277 | 343 | 360 | 24 | 5 | 0 | 6 | 304 | 76 | 125 |
| Binary | 10111111 | 11100011 | 11110000 | 10100 | 101 | 0 | 110 | 11000100 | 111110 | 1010101 |
Color Harmonies of #BFE3F0
Complementary color
Monochromatic Colors of #BFE3F0
Black with #BFE3F0
Text Example
Text Example
White with #BFE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3F0; }
p { color: rgb(191,227,240); }
H1.HeaderClassName
{
color: #BFE3F0;
}
.AnyTagClassName
{
color: #BFE3F0;
}
</style>
background-color css
<style>
a { background-color: #BFE3F0; }
a { background-color: rgb(191,227,240); }
div.DivClassName
{
background-color: #BFE3F0;
}
.BgClassName
{
background-color: #BFE3F0;
}
</style>
border-color css
<style>
span { border-color: #BFE3F0; }
span { border-color: rgb(191,227,240); }
td.TdClassName
{
border-color: #BFE3F0;
}
.TagClassName
{
border-color: #BFE3F0;
}
</style>