Shades of Onahau #BFE3F5
Tints of Onahau #BFE3F5
RGB
CMYK
RGB Variations
Color information
#BFE3F5 (or 0xBFE3F5) is known color: Onahau. HEX triplet: BF, E3 and F5. RGB value is (191,227,245). Sum of RGB (Red+Green+Blue) = 191+227+245=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3F5 is #401C0A. Grayscale: #DADADA. Windows color (decimal): -4201483 or 16114623. OLE color: 16114623.
HSL color Cylindrical-coordinate representation of color #BFE3F5: hue angle of 200º 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 #BFE3F5 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 227 | 245 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.04 |
| HSL | 200º | 0.73% | 0.85% | - |
| HSV(B) | 200º | 0.22% | 0.96% | - |
| XYZ | 65.44 | 72.61 | 96.95 | - |
| YUV | 218.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 245 | 0.22 | 0.07 | 0 | 0.04 | 200 | 0.73 | 0.85 |
| Hex | BF | E3 | F5 | 16 | 7 | 0 | 4 | C8 | 49 | 55 |
| Octal | 277 | 343 | 365 | 26 | 7 | 0 | 4 | 310 | 111 | 125 |
| Binary | 10111111 | 11100011 | 11110101 | 10110 | 111 | 0 | 100 | 11001000 | 1001001 | 1010101 |
Color Harmonies of #BFE3F5
Complementary color
Monochromatic Colors of #BFE3F5
Black with #BFE3F5
Text Example
Text Example
White with #BFE3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3F5; }
p { color: rgb(191,227,245); }
H1.HeaderClassName
{
color: #BFE3F5;
}
.AnyTagClassName
{
color: #BFE3F5;
}
</style>
background-color css
<style>
a { background-color: #BFE3F5; }
a { background-color: rgb(191,227,245); }
div.DivClassName
{
background-color: #BFE3F5;
}
.BgClassName
{
background-color: #BFE3F5;
}
</style>
border-color css
<style>
span { border-color: #BFE3F5; }
span { border-color: rgb(191,227,245); }
td.TdClassName
{
border-color: #BFE3F5;
}
.TagClassName
{
border-color: #BFE3F5;
}
</style>