Shades of Onahau #BCEBFF
Tints of Onahau #BCEBFF
RGB
CMYK
RGB Variations
Color information
#BCEBFF (or 0xBCEBFF) is known color: Onahau. HEX triplet: BC, EB and FF. RGB value is (188,235,255). Sum of RGB (Red+Green+Blue) = 188+235+255=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFF is #431400. Grayscale: #DFDFDF. Windows color (decimal): -4396033 or 16772028. OLE color: 16772028.
HSL color Cylindrical-coordinate representation of color #BCEBFF: hue angle of 197.91º 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 #BCEBFF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 235 | 255 | - |
| CMYK | 0.26 | 0.08 | 0 | 0 |
| HSL | 197.91º | 1% | 0.87% | - |
| HSV(B) | 197.91º | 0.26% | 1% | - |
| XYZ | 68.5 | 77.33 | 105.92 | - |
| YUV | 223.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 255 | 0.26 | 0.08 | 0 | 0 | 197.91 | 1 | 0.87 |
| Hex | BC | EB | FF | 1A | 8 | 0 | 0 | C6 | 64 | 57 |
| Octal | 274 | 353 | 377 | 32 | 10 | 0 | 0 | 306 | 144 | 127 |
| Binary | 10111100 | 11101011 | 11111111 | 11010 | 1000 | 0 | 0 | 11000110 | 1100100 | 1010111 |
Color Harmonies of #BCEBFF
Complementary color
Monochromatic Colors of #BCEBFF
Black with #BCEBFF
Text Example
Text Example
White with #BCEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBFF; }
p { color: rgb(188,235,255); }
H1.HeaderClassName
{
color: #BCEBFF;
}
.AnyTagClassName
{
color: #BCEBFF;
}
</style>
background-color css
<style>
a { background-color: #BCEBFF; }
a { background-color: rgb(188,235,255); }
div.DivClassName
{
background-color: #BCEBFF;
}
.BgClassName
{
background-color: #BCEBFF;
}
</style>
border-color css
<style>
span { border-color: #BCEBFF; }
span { border-color: rgb(188,235,255); }
td.TdClassName
{
border-color: #BCEBFF;
}
.TagClassName
{
border-color: #BCEBFF;
}
</style>