Shades of Onahau #BCEFFC
Tints of Onahau #BCEFFC
RGB
CMYK
RGB Variations
Color information
#BCEFFC (or 0xBCEFFC) is known color: Onahau. HEX triplet: BC, EF and FC. RGB value is (188,239,252). Sum of RGB (Red+Green+Blue) = 188+239+252=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFC is #431003. Grayscale: #E1E1E1. Windows color (decimal): -4395012 or 16576444. OLE color: 16576444.
HSL color Cylindrical-coordinate representation of color #BCEFFC: hue angle of 192.19º 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 #BCEFFC is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 239 | 252 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.01 |
| HSL | 192.19º | 0.91% | 0.86% | - |
| HSV(B) | 192.19º | 0.25% | 0.99% | - |
| XYZ | 69.18 | 79.45 | 103.79 | - |
| YUV | 225.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 252 | 0.25 | 0.05 | 0 | 0.01 | 192.19 | 0.91 | 0.86 |
| Hex | BC | EF | FC | 19 | 5 | 0 | 1 | C0 | 5B | 56 |
| Octal | 274 | 357 | 374 | 31 | 5 | 0 | 1 | 300 | 133 | 126 |
| Binary | 10111100 | 11101111 | 11111100 | 11001 | 101 | 0 | 1 | 11000000 | 1011011 | 1010110 |
Color Harmonies of #BCEFFC
Complementary color
Monochromatic Colors of #BCEFFC
Black with #BCEFFC
Text Example
Text Example
White with #BCEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFFC; }
p { color: rgb(188,239,252); }
H1.HeaderClassName
{
color: #BCEFFC;
}
.AnyTagClassName
{
color: #BCEFFC;
}
</style>
background-color css
<style>
a { background-color: #BCEFFC; }
a { background-color: rgb(188,239,252); }
div.DivClassName
{
background-color: #BCEFFC;
}
.BgClassName
{
background-color: #BCEFFC;
}
</style>
border-color css
<style>
span { border-color: #BCEFFC; }
span { border-color: rgb(188,239,252); }
td.TdClassName
{
border-color: #BCEFFC;
}
.TagClassName
{
border-color: #BCEFFC;
}
</style>