Shades of Onahau #BCF2FC
Tints of Onahau #BCF2FC
RGB
CMYK
RGB Variations
Color information
#BCF2FC (or 0xBCF2FC) is known color: Onahau. HEX triplet: BC, F2 and FC. RGB value is (188,242,252). Sum of RGB (Red+Green+Blue) = 188+242+252=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2FC is #430D03. Grayscale: #E2E2E2. Windows color (decimal): -4394244 or 16577212. OLE color: 16577212.
HSL color Cylindrical-coordinate representation of color #BCF2FC: hue angle of 189.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF2FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 242 | 252 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.01 |
| HSL | 189.38º | 0.91% | 0.86% | - |
| HSV(B) | 189.38º | 0.25% | 0.99% | - |
| XYZ | 70.06 | 81.22 | 104.08 | - |
| YUV | 226.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 252 | 0.25 | 0.04 | 0 | 0.01 | 189.38 | 0.91 | 0.86 |
| Hex | BC | F2 | FC | 19 | 4 | 0 | 1 | BD | 5B | 56 |
| Octal | 274 | 362 | 374 | 31 | 4 | 0 | 1 | 275 | 133 | 126 |
| Binary | 10111100 | 11110010 | 11111100 | 11001 | 100 | 0 | 1 | 10111101 | 1011011 | 1010110 |
Color Harmonies of #BCF2FC
Complementary color
Monochromatic Colors of #BCF2FC
Black with #BCF2FC
Text Example
Text Example
White with #BCF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2FC; }
p { color: rgb(188,242,252); }
H1.HeaderClassName
{
color: #BCF2FC;
}
.AnyTagClassName
{
color: #BCF2FC;
}
</style>
background-color css
<style>
a { background-color: #BCF2FC; }
a { background-color: rgb(188,242,252); }
div.DivClassName
{
background-color: #BCF2FC;
}
.BgClassName
{
background-color: #BCF2FC;
}
</style>
border-color css
<style>
span { border-color: #BCF2FC; }
span { border-color: rgb(188,242,252); }
td.TdClassName
{
border-color: #BCF2FC;
}
.TagClassName
{
border-color: #BCF2FC;
}
</style>