Shades of Onahau #BFE7FA
Tints of Onahau #BFE7FA
RGB
CMYK
RGB Variations
Color information
#BFE7FA (or 0xBFE7FA) is known color: Onahau. HEX triplet: BF, E7 and FA. RGB value is (191,231,250). Sum of RGB (Red+Green+Blue) = 191+231+250=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FA is #401805. Grayscale: #DDDDDD. Windows color (decimal): -4200454 or 16443327. OLE color: 16443327.
HSL color Cylindrical-coordinate representation of color #BFE7FA: hue angle of 199.32º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE7FA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 231 | 250 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.02 |
| HSL | 199.32º | 0.86% | 0.86% | - |
| HSV(B) | 199.32º | 0.24% | 0.98% | - |
| XYZ | 67.32 | 75.13 | 101.4 | - |
| YUV | 221.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 250 | 0.24 | 0.08 | 0 | 0.02 | 199.32 | 0.86 | 0.86 |
| Hex | BF | E7 | FA | 18 | 8 | 0 | 2 | C7 | 56 | 56 |
| Octal | 277 | 347 | 372 | 30 | 10 | 0 | 2 | 307 | 126 | 126 |
| Binary | 10111111 | 11100111 | 11111010 | 11000 | 1000 | 0 | 10 | 11000111 | 1010110 | 1010110 |
Color Harmonies of #BFE7FA
Complementary color
Monochromatic Colors of #BFE7FA
Black with #BFE7FA
Text Example
Text Example
White with #BFE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7FA; }
p { color: rgb(191,231,250); }
H1.HeaderClassName
{
color: #BFE7FA;
}
.AnyTagClassName
{
color: #BFE7FA;
}
</style>
background-color css
<style>
a { background-color: #BFE7FA; }
a { background-color: rgb(191,231,250); }
div.DivClassName
{
background-color: #BFE7FA;
}
.BgClassName
{
background-color: #BFE7FA;
}
</style>
border-color css
<style>
span { border-color: #BFE7FA; }
span { border-color: rgb(191,231,250); }
td.TdClassName
{
border-color: #BFE7FA;
}
.TagClassName
{
border-color: #BFE7FA;
}
</style>