Shades of Onahau #BFF5FD
Tints of Onahau #BFF5FD
RGB
CMYK
RGB Variations
Color information
#BFF5FD (or 0xBFF5FD) is known color: Onahau. HEX triplet: BF, F5 and FD. RGB value is (191,245,253). Sum of RGB (Red+Green+Blue) = 191+245+253=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFF5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5FD is #400A02. Grayscale: #E5E5E5. Windows color (decimal): -4196867 or 16643519. OLE color: 16643519.
HSL color Cylindrical-coordinate representation of color #BFF5FD: hue angle of 187.74º 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 #BFF5FD is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 245 | 253 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.01 |
| HSL | 187.74º | 0.94% | 0.87% | - |
| HSV(B) | 187.74º | 0.25% | 0.99% | - |
| XYZ | 71.87 | 83.47 | 105.25 | - |
| YUV | 229.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 253 | 0.25 | 0.03 | 0 | 0.01 | 187.74 | 0.94 | 0.87 |
| Hex | BF | F5 | FD | 19 | 3 | 0 | 1 | BC | 5E | 57 |
| Octal | 277 | 365 | 375 | 31 | 3 | 0 | 1 | 274 | 136 | 127 |
| Binary | 10111111 | 11110101 | 11111101 | 11001 | 11 | 0 | 1 | 10111100 | 1011110 | 1010111 |
Color Harmonies of #BFF5FD
Complementary color
Monochromatic Colors of #BFF5FD
Black with #BFF5FD
Text Example
Text Example
White with #BFF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5FD; }
p { color: rgb(191,245,253); }
H1.HeaderClassName
{
color: #BFF5FD;
}
.AnyTagClassName
{
color: #BFF5FD;
}
</style>
background-color css
<style>
a { background-color: #BFF5FD; }
a { background-color: rgb(191,245,253); }
div.DivClassName
{
background-color: #BFF5FD;
}
.BgClassName
{
background-color: #BFF5FD;
}
</style>
border-color css
<style>
span { border-color: #BFF5FD; }
span { border-color: rgb(191,245,253); }
td.TdClassName
{
border-color: #BFF5FD;
}
.TagClassName
{
border-color: #BFF5FD;
}
</style>