Shades of Onahau #BFEBFF
Tints of Onahau #BFEBFF
RGB
CMYK
RGB Variations
Color information
#BFEBFF (or 0xBFEBFF) is known color: Onahau. HEX triplet: BF, EB and FF. RGB value is (191,235,255). Sum of RGB (Red+Green+Blue) = 191+235+255=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEBFF is #401400. Grayscale: #E0E0E0. Windows color (decimal): -4199425 or 16772031. OLE color: 16772031.
HSL color Cylindrical-coordinate representation of color #BFEBFF: hue angle of 198.75º 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 #BFEBFF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 235 | 255 | - |
| CMYK | 0.25 | 0.08 | 0 | 0 |
| HSL | 198.75º | 1% | 0.87% | - |
| HSV(B) | 198.75º | 0.25% | 1% | - |
| XYZ | 69.24 | 77.71 | 105.96 | - |
| YUV | 224.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 255 | 0.25 | 0.08 | 0 | 0 | 198.75 | 1 | 0.87 |
| Hex | BF | EB | FF | 19 | 8 | 0 | 0 | C7 | 64 | 57 |
| Octal | 277 | 353 | 377 | 31 | 10 | 0 | 0 | 307 | 144 | 127 |
| Binary | 10111111 | 11101011 | 11111111 | 11001 | 1000 | 0 | 0 | 11000111 | 1100100 | 1010111 |
Color Harmonies of #BFEBFF
Complementary color
Monochromatic Colors of #BFEBFF
Black with #BFEBFF
Text Example
Text Example
White with #BFEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBFF; }
p { color: rgb(191,235,255); }
H1.HeaderClassName
{
color: #BFEBFF;
}
.AnyTagClassName
{
color: #BFEBFF;
}
</style>
background-color css
<style>
a { background-color: #BFEBFF; }
a { background-color: rgb(191,235,255); }
div.DivClassName
{
background-color: #BFEBFF;
}
.BgClassName
{
background-color: #BFEBFF;
}
</style>
border-color css
<style>
span { border-color: #BFEBFF; }
span { border-color: rgb(191,235,255); }
td.TdClassName
{
border-color: #BFEBFF;
}
.TagClassName
{
border-color: #BFEBFF;
}
</style>