Shades of Onahau #BFEFFD
Tints of Onahau #BFEFFD
RGB
CMYK
RGB Variations
Color information
#BFEFFD (or 0xBFEFFD) is known color: Onahau. HEX triplet: BF, EF and FD. RGB value is (191,239,253). Sum of RGB (Red+Green+Blue) = 191+239+253=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFFD is #401002. Grayscale: #E2E2E2. Windows color (decimal): -4198403 or 16641983. OLE color: 16641983.
HSL color Cylindrical-coordinate representation of color #BFEFFD: hue angle of 193.55º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEFFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 239 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 193.55º | 0.94% | 0.87% | - |
| HSV(B) | 193.55º | 0.25% | 0.99% | - |
| XYZ | 70.08 | 79.9 | 104.66 | - |
| YUV | 226.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 253 | 0.25 | 0.06 | 0 | 0.01 | 193.55 | 0.94 | 0.87 |
| Hex | BF | EF | FD | 19 | 6 | 0 | 1 | C2 | 5E | 57 |
| Octal | 277 | 357 | 375 | 31 | 6 | 0 | 1 | 302 | 136 | 127 |
| Binary | 10111111 | 11101111 | 11111101 | 11001 | 110 | 0 | 1 | 11000010 | 1011110 | 1010111 |
Color Harmonies of #BFEFFD
Complementary color
Monochromatic Colors of #BFEFFD
Black with #BFEFFD
Text Example
Text Example
White with #BFEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFFD; }
p { color: rgb(191,239,253); }
H1.HeaderClassName
{
color: #BFEFFD;
}
.AnyTagClassName
{
color: #BFEFFD;
}
</style>
background-color css
<style>
a { background-color: #BFEFFD; }
a { background-color: rgb(191,239,253); }
div.DivClassName
{
background-color: #BFEFFD;
}
.BgClassName
{
background-color: #BFEFFD;
}
</style>
border-color css
<style>
span { border-color: #BFEFFD; }
span { border-color: rgb(191,239,253); }
td.TdClassName
{
border-color: #BFEFFD;
}
.TagClassName
{
border-color: #BFEFFD;
}
</style>