Shades of Onahau #BFE2F5
Tints of Onahau #BFE2F5
RGB
CMYK
RGB Variations
Color information
#BFE2F5 (or 0xBFE2F5) is known color: Onahau. HEX triplet: BF, E2 and F5. RGB value is (191,226,245). Sum of RGB (Red+Green+Blue) = 191+226+245=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFE2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2F5 is #401D0A. Grayscale: #D9D9D9. Windows color (decimal): -4201739 or 16114367. OLE color: 16114367.
HSL color Cylindrical-coordinate representation of color #BFE2F5: hue angle of 201.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE2F5 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 226 | 245 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.04 |
| HSL | 201.11º | 0.73% | 0.85% | - |
| HSV(B) | 201.11º | 0.22% | 0.96% | - |
| XYZ | 65.16 | 72.06 | 96.86 | - |
| YUV | 217.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 245 | 0.22 | 0.08 | 0 | 0.04 | 201.11 | 0.73 | 0.85 |
| Hex | BF | E2 | F5 | 16 | 8 | 0 | 4 | C9 | 49 | 55 |
| Octal | 277 | 342 | 365 | 26 | 10 | 0 | 4 | 311 | 111 | 125 |
| Binary | 10111111 | 11100010 | 11110101 | 10110 | 1000 | 0 | 100 | 11001001 | 1001001 | 1010101 |
Color Harmonies of #BFE2F5
Complementary color
Monochromatic Colors of #BFE2F5
Black with #BFE2F5
Text Example
Text Example
White with #BFE2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2F5; }
p { color: rgb(191,226,245); }
H1.HeaderClassName
{
color: #BFE2F5;
}
.AnyTagClassName
{
color: #BFE2F5;
}
</style>
background-color css
<style>
a { background-color: #BFE2F5; }
a { background-color: rgb(191,226,245); }
div.DivClassName
{
background-color: #BFE2F5;
}
.BgClassName
{
background-color: #BFE2F5;
}
</style>
border-color css
<style>
span { border-color: #BFE2F5; }
span { border-color: rgb(191,226,245); }
td.TdClassName
{
border-color: #BFE2F5;
}
.TagClassName
{
border-color: #BFE2F5;
}
</style>