Shades of Onahau #BCF0F4
Tints of Onahau #BCF0F4
RGB
CMYK
RGB Variations
Color information
#BCF0F4 (or 0xBCF0F4) is known color: Onahau. HEX triplet: BC, F0 and F4. RGB value is (188,240,244). Sum of RGB (Red+Green+Blue) = 188+240+244=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCF0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F4 is #430F0B. Grayscale: #E0E0E0. Windows color (decimal): -4394764 or 16052412. OLE color: 16052412.
HSL color Cylindrical-coordinate representation of color #BCF0F4: hue angle of 184.29º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF0F4 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 240 | 244 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.04 |
| HSL | 184.29º | 0.72% | 0.85% | - |
| HSV(B) | 184.29º | 0.23% | 0.96% | - |
| XYZ | 68.23 | 79.54 | 97.35 | - |
| YUV | 224.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 244 | 0.23 | 0.02 | 0 | 0.04 | 184.29 | 0.72 | 0.85 |
| Hex | BC | F0 | F4 | 17 | 2 | 0 | 4 | B8 | 48 | 55 |
| Octal | 274 | 360 | 364 | 27 | 2 | 0 | 4 | 270 | 110 | 125 |
| Binary | 10111100 | 11110000 | 11110100 | 10111 | 10 | 0 | 100 | 10111000 | 1001000 | 1010101 |
Color Harmonies of #BCF0F4
Complementary color
Monochromatic Colors of #BCF0F4
Black with #BCF0F4
Text Example
Text Example
White with #BCF0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0F4; }
p { color: rgb(188,240,244); }
H1.HeaderClassName
{
color: #BCF0F4;
}
.AnyTagClassName
{
color: #BCF0F4;
}
</style>
background-color css
<style>
a { background-color: #BCF0F4; }
a { background-color: rgb(188,240,244); }
div.DivClassName
{
background-color: #BCF0F4;
}
.BgClassName
{
background-color: #BCF0F4;
}
</style>
border-color css
<style>
span { border-color: #BCF0F4; }
span { border-color: rgb(188,240,244); }
td.TdClassName
{
border-color: #BCF0F4;
}
.TagClassName
{
border-color: #BCF0F4;
}
</style>