Shades of Onahau #BCE6FD
Tints of Onahau #BCE6FD
RGB
CMYK
RGB Variations
Color information
#BCE6FD (or 0xBCE6FD) is known color: Onahau. HEX triplet: BC, E6 and FD. RGB value is (188,230,253). Sum of RGB (Red+Green+Blue) = 188+230+253=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6FD is #431902. Grayscale: #DBDBDB. Windows color (decimal): -4397315 or 16639676. OLE color: 16639676.
HSL color Cylindrical-coordinate representation of color #BCE6FD: hue angle of 201.23º 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 #BCE6FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 230 | 253 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.01 |
| HSL | 201.23º | 0.94% | 0.86% | - |
| HSV(B) | 201.23º | 0.26% | 0.99% | - |
| XYZ | 66.77 | 74.38 | 103.77 | - |
| YUV | 220.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 253 | 0.26 | 0.09 | 0 | 0.01 | 201.23 | 0.94 | 0.86 |
| Hex | BC | E6 | FD | 1A | 9 | 0 | 1 | C9 | 5E | 56 |
| Octal | 274 | 346 | 375 | 32 | 11 | 0 | 1 | 311 | 136 | 126 |
| Binary | 10111100 | 11100110 | 11111101 | 11010 | 1001 | 0 | 1 | 11001001 | 1011110 | 1010110 |
Color Harmonies of #BCE6FD
Complementary color
Monochromatic Colors of #BCE6FD
Black with #BCE6FD
Text Example
Text Example
White with #BCE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6FD; }
p { color: rgb(188,230,253); }
H1.HeaderClassName
{
color: #BCE6FD;
}
.AnyTagClassName
{
color: #BCE6FD;
}
</style>
background-color css
<style>
a { background-color: #BCE6FD; }
a { background-color: rgb(188,230,253); }
div.DivClassName
{
background-color: #BCE6FD;
}
.BgClassName
{
background-color: #BCE6FD;
}
</style>
border-color css
<style>
span { border-color: #BCE6FD; }
span { border-color: rgb(188,230,253); }
td.TdClassName
{
border-color: #BCE6FD;
}
.TagClassName
{
border-color: #BCE6FD;
}
</style>