Shades of Onahau #BFEFFF
Tints of Onahau #BFEFFF
RGB
CMYK
RGB Variations
Color information
#BFEFFF (or 0xBFEFFF) is known color: Onahau. HEX triplet: BF, EF and FF. RGB value is (191,239,255). Sum of RGB (Red+Green+Blue) = 191+239+255=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFFF is #401000. Grayscale: #E2E2E2. Windows color (decimal): -4198401 or 16773055. OLE color: 16773055.
HSL color Cylindrical-coordinate representation of color #BFEFFF: hue angle of 195º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEFFF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 239 | 255 | - |
| CMYK | 0.25 | 0.06 | 0 | 0 |
| HSL | 195º | 1% | 0.87% | - |
| HSV(B) | 195º | 0.25% | 1% | - |
| XYZ | 70.4 | 80.03 | 106.34 | - |
| YUV | 226.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 255 | 0.25 | 0.06 | 0 | 0 | 195 | 1 | 0.87 |
| Hex | BF | EF | FF | 19 | 6 | 0 | 0 | C3 | 64 | 57 |
| Octal | 277 | 357 | 377 | 31 | 6 | 0 | 0 | 303 | 144 | 127 |
| Binary | 10111111 | 11101111 | 11111111 | 11001 | 110 | 0 | 0 | 11000011 | 1100100 | 1010111 |
Color Harmonies of #BFEFFF
Complementary color
Monochromatic Colors of #BFEFFF
Black with #BFEFFF
Text Example
Text Example
White with #BFEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFFF; }
p { color: rgb(191,239,255); }
H1.HeaderClassName
{
color: #BFEFFF;
}
.AnyTagClassName
{
color: #BFEFFF;
}
</style>
background-color css
<style>
a { background-color: #BFEFFF; }
a { background-color: rgb(191,239,255); }
div.DivClassName
{
background-color: #BFEFFF;
}
.BgClassName
{
background-color: #BFEFFF;
}
</style>
border-color css
<style>
span { border-color: #BFEFFF; }
span { border-color: rgb(191,239,255); }
td.TdClassName
{
border-color: #BFEFFF;
}
.TagClassName
{
border-color: #BFEFFF;
}
</style>