Shades of Onahau #BCF0FF
Tints of Onahau #BCF0FF
RGB
CMYK
RGB Variations
Color information
#BCF0FF (or 0xBCF0FF) is known color: Onahau. HEX triplet: BC, F0 and FF. RGB value is (188,240,255). Sum of RGB (Red+Green+Blue) = 188+240+255=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FF is #430F00. Grayscale: #E2E2E2. Windows color (decimal): -4394753 or 16773308. OLE color: 16773308.
HSL color Cylindrical-coordinate representation of color #BCF0FF: hue angle of 193.43º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF0FF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 240 | 255 | - |
| CMYK | 0.26 | 0.06 | 0 | 0 |
| HSL | 193.43º | 1% | 0.87% | - |
| HSV(B) | 193.43º | 0.26% | 1% | - |
| XYZ | 69.95 | 80.23 | 106.41 | - |
| YUV | 226.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 255 | 0.26 | 0.06 | 0 | 0 | 193.43 | 1 | 0.87 |
| Hex | BC | F0 | FF | 1A | 6 | 0 | 0 | C1 | 64 | 57 |
| Octal | 274 | 360 | 377 | 32 | 6 | 0 | 0 | 301 | 144 | 127 |
| Binary | 10111100 | 11110000 | 11111111 | 11010 | 110 | 0 | 0 | 11000001 | 1100100 | 1010111 |
Color Harmonies of #BCF0FF
Complementary color
Monochromatic Colors of #BCF0FF
Black with #BCF0FF
Text Example
Text Example
White with #BCF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0FF; }
p { color: rgb(188,240,255); }
H1.HeaderClassName
{
color: #BCF0FF;
}
.AnyTagClassName
{
color: #BCF0FF;
}
</style>
background-color css
<style>
a { background-color: #BCF0FF; }
a { background-color: rgb(188,240,255); }
div.DivClassName
{
background-color: #BCF0FF;
}
.BgClassName
{
background-color: #BCF0FF;
}
</style>
border-color css
<style>
span { border-color: #BCF0FF; }
span { border-color: rgb(188,240,255); }
td.TdClassName
{
border-color: #BCF0FF;
}
.TagClassName
{
border-color: #BCF0FF;
}
</style>