Shades of Onahau #BFEFF2
Tints of Onahau #BFEFF2
RGB
CMYK
RGB Variations
Color information
#BFEFF2 (or 0xBFEFF2) is known color: Onahau. HEX triplet: BF, EF and F2. RGB value is (191,239,242). Sum of RGB (Red+Green+Blue) = 191+239+242=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFF2 is #40100D. Grayscale: #E0E0E0. Windows color (decimal): -4198414 or 15921087. OLE color: 15921087.
HSL color Cylindrical-coordinate representation of color #BFEFF2: hue angle of 183.53º 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 #BFEFF2 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 239 | 242 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.05 |
| HSL | 183.53º | 0.66% | 0.85% | - |
| HSV(B) | 183.53º | 0.21% | 0.95% | - |
| XYZ | 68.38 | 79.22 | 95.69 | - |
| YUV | 224.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 242 | 0.21 | 0.01 | 0 | 0.05 | 183.53 | 0.66 | 0.85 |
| Hex | BF | EF | F2 | 15 | 1 | 0 | 5 | B8 | 42 | 55 |
| Octal | 277 | 357 | 362 | 25 | 1 | 0 | 5 | 270 | 102 | 125 |
| Binary | 10111111 | 11101111 | 11110010 | 10101 | 1 | 0 | 101 | 10111000 | 1000010 | 1010101 |
Color Harmonies of #BFEFF2
Complementary color
Monochromatic Colors of #BFEFF2
Black with #BFEFF2
Text Example
Text Example
White with #BFEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFF2; }
p { color: rgb(191,239,242); }
H1.HeaderClassName
{
color: #BFEFF2;
}
.AnyTagClassName
{
color: #BFEFF2;
}
</style>
background-color css
<style>
a { background-color: #BFEFF2; }
a { background-color: rgb(191,239,242); }
div.DivClassName
{
background-color: #BFEFF2;
}
.BgClassName
{
background-color: #BFEFF2;
}
</style>
border-color css
<style>
span { border-color: #BFEFF2; }
span { border-color: rgb(191,239,242); }
td.TdClassName
{
border-color: #BFEFF2;
}
.TagClassName
{
border-color: #BFEFF2;
}
</style>