Shades of Onahau #BFE4F2
Tints of Onahau #BFE4F2
RGB
CMYK
RGB Variations
Color information
#BFE4F2 (or 0xBFE4F2) is known color: Onahau. HEX triplet: BF, E4 and F2. RGB value is (191,228,242). Sum of RGB (Red+Green+Blue) = 191+228+242=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4F2 is #401B0D. Grayscale: #DADADA. Windows color (decimal): -4201230 or 15918271. OLE color: 15918271.
HSL color Cylindrical-coordinate representation of color #BFE4F2: hue angle of 196.47º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFE4F2 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 228 | 242 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.05 |
| HSL | 196.47º | 0.66% | 0.85% | - |
| HSV(B) | 196.47º | 0.21% | 0.95% | - |
| XYZ | 65.26 | 72.97 | 94.65 | - |
| YUV | 218.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 242 | 0.21 | 0.06 | 0 | 0.05 | 196.47 | 0.66 | 0.85 |
| Hex | BF | E4 | F2 | 15 | 6 | 0 | 5 | C4 | 42 | 55 |
| Octal | 277 | 344 | 362 | 25 | 6 | 0 | 5 | 304 | 102 | 125 |
| Binary | 10111111 | 11100100 | 11110010 | 10101 | 110 | 0 | 101 | 11000100 | 1000010 | 1010101 |
Color Harmonies of #BFE4F2
Complementary color
Monochromatic Colors of #BFE4F2
Black with #BFE4F2
Text Example
Text Example
White with #BFE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4F2; }
p { color: rgb(191,228,242); }
H1.HeaderClassName
{
color: #BFE4F2;
}
.AnyTagClassName
{
color: #BFE4F2;
}
</style>
background-color css
<style>
a { background-color: #BFE4F2; }
a { background-color: rgb(191,228,242); }
div.DivClassName
{
background-color: #BFE4F2;
}
.BgClassName
{
background-color: #BFE4F2;
}
</style>
border-color css
<style>
span { border-color: #BFE4F2; }
span { border-color: rgb(191,228,242); }
td.TdClassName
{
border-color: #BFE4F2;
}
.TagClassName
{
border-color: #BFE4F2;
}
</style>