Shades of Onahau #BCEBFD
Tints of Onahau #BCEBFD
RGB
CMYK
RGB Variations
Color information
#BCEBFD (or 0xBCEBFD) is known color: Onahau. HEX triplet: BC, EB and FD. RGB value is (188,235,253). Sum of RGB (Red+Green+Blue) = 188+235+253=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFD is #431402. Grayscale: #DEDEDE. Windows color (decimal): -4396035 or 16640956. OLE color: 16640956.
HSL color Cylindrical-coordinate representation of color #BCEBFD: hue angle of 196.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEBFD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 235 | 253 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.01 |
| HSL | 196.62º | 0.94% | 0.86% | - |
| HSV(B) | 196.62º | 0.26% | 0.99% | - |
| XYZ | 68.18 | 77.2 | 104.24 | - |
| YUV | 223 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 253 | 0.26 | 0.07 | 0 | 0.01 | 196.62 | 0.94 | 0.86 |
| Hex | BC | EB | FD | 1A | 7 | 0 | 1 | C5 | 5E | 56 |
| Octal | 274 | 353 | 375 | 32 | 7 | 0 | 1 | 305 | 136 | 126 |
| Binary | 10111100 | 11101011 | 11111101 | 11010 | 111 | 0 | 1 | 11000101 | 1011110 | 1010110 |
Color Harmonies of #BCEBFD
Complementary color
Monochromatic Colors of #BCEBFD
Black with #BCEBFD
Text Example
Text Example
White with #BCEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBFD; }
p { color: rgb(188,235,253); }
H1.HeaderClassName
{
color: #BCEBFD;
}
.AnyTagClassName
{
color: #BCEBFD;
}
</style>
background-color css
<style>
a { background-color: #BCEBFD; }
a { background-color: rgb(188,235,253); }
div.DivClassName
{
background-color: #BCEBFD;
}
.BgClassName
{
background-color: #BCEBFD;
}
</style>
border-color css
<style>
span { border-color: #BCEBFD; }
span { border-color: rgb(188,235,253); }
td.TdClassName
{
border-color: #BCEBFD;
}
.TagClassName
{
border-color: #BCEBFD;
}
</style>