Shades of Onahau #BCF0FD
Tints of Onahau #BCF0FD
RGB
CMYK
RGB Variations
Color information
#BCF0FD (or 0xBCF0FD) is known color: Onahau. HEX triplet: BC, F0 and FD. RGB value is (188,240,253). Sum of RGB (Red+Green+Blue) = 188+240+253=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FD is #430F02. Grayscale: #E1E1E1. Windows color (decimal): -4394755 or 16642236. OLE color: 16642236.
HSL color Cylindrical-coordinate representation of color #BCF0FD: hue angle of 192º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF0FD is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 240 | 253 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.01 |
| HSL | 192º | 0.94% | 0.86% | - |
| HSV(B) | 192º | 0.26% | 0.99% | - |
| XYZ | 69.63 | 80.1 | 104.72 | - |
| YUV | 225.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 253 | 0.26 | 0.05 | 0 | 0.01 | 192 | 0.94 | 0.86 |
| Hex | BC | F0 | FD | 1A | 5 | 0 | 1 | C0 | 5E | 56 |
| Octal | 274 | 360 | 375 | 32 | 5 | 0 | 1 | 300 | 136 | 126 |
| Binary | 10111100 | 11110000 | 11111101 | 11010 | 101 | 0 | 1 | 11000000 | 1011110 | 1010110 |
Color Harmonies of #BCF0FD
Complementary color
Monochromatic Colors of #BCF0FD
Black with #BCF0FD
Text Example
Text Example
White with #BCF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0FD; }
p { color: rgb(188,240,253); }
H1.HeaderClassName
{
color: #BCF0FD;
}
.AnyTagClassName
{
color: #BCF0FD;
}
</style>
background-color css
<style>
a { background-color: #BCF0FD; }
a { background-color: rgb(188,240,253); }
div.DivClassName
{
background-color: #BCF0FD;
}
.BgClassName
{
background-color: #BCF0FD;
}
</style>
border-color css
<style>
span { border-color: #BCF0FD; }
span { border-color: rgb(188,240,253); }
td.TdClassName
{
border-color: #BCF0FD;
}
.TagClassName
{
border-color: #BCF0FD;
}
</style>