Shades of Onahau #BFEDFB
Tints of Onahau #BFEDFB
RGB
CMYK
RGB Variations
Color information
#BFEDFB (or 0xBFEDFB) is known color: Onahau. HEX triplet: BF, ED and FB. RGB value is (191,237,251). Sum of RGB (Red+Green+Blue) = 191+237+251=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDFB is #401204. Grayscale: #E0E0E0. Windows color (decimal): -4198917 or 16510399. OLE color: 16510399.
HSL color Cylindrical-coordinate representation of color #BFEDFB: hue angle of 194º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFEDFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 237 | 251 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 194º | 0.88% | 0.87% | - |
| HSV(B) | 194º | 0.24% | 0.98% | - |
| XYZ | 69.18 | 78.61 | 102.79 | - |
| YUV | 224.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 251 | 0.24 | 0.06 | 0 | 0.02 | 194 | 0.88 | 0.87 |
| Hex | BF | ED | FB | 18 | 6 | 0 | 2 | C2 | 58 | 57 |
| Octal | 277 | 355 | 373 | 30 | 6 | 0 | 2 | 302 | 130 | 127 |
| Binary | 10111111 | 11101101 | 11111011 | 11000 | 110 | 0 | 10 | 11000010 | 1011000 | 1010111 |
Color Harmonies of #BFEDFB
Complementary color
Monochromatic Colors of #BFEDFB
Black with #BFEDFB
Text Example
Text Example
White with #BFEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDFB; }
p { color: rgb(191,237,251); }
H1.HeaderClassName
{
color: #BFEDFB;
}
.AnyTagClassName
{
color: #BFEDFB;
}
</style>
background-color css
<style>
a { background-color: #BFEDFB; }
a { background-color: rgb(191,237,251); }
div.DivClassName
{
background-color: #BFEDFB;
}
.BgClassName
{
background-color: #BFEDFB;
}
</style>
border-color css
<style>
span { border-color: #BFEDFB; }
span { border-color: rgb(191,237,251); }
td.TdClassName
{
border-color: #BFEDFB;
}
.TagClassName
{
border-color: #BFEDFB;
}
</style>