Shades of Onahau #BCE6FE
Tints of Onahau #BCE6FE
RGB
CMYK
RGB Variations
Color information
#BCE6FE (or 0xBCE6FE) is known color: Onahau. HEX triplet: BC, E6 and FE. RGB value is (188,230,254). Sum of RGB (Red+Green+Blue) = 188+230+254=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6FE is #431901. Grayscale: #DCDCDC. Windows color (decimal): -4397314 or 16705212. OLE color: 16705212.
HSL color Cylindrical-coordinate representation of color #BCE6FE: hue angle of 201.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE6FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 230 | 254 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.00 |
| HSL | 201.82º | 0.97% | 0.87% | - |
| HSV(B) | 201.82º | 0.26% | 1% | - |
| XYZ | 66.93 | 74.44 | 104.61 | - |
| YUV | 220.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 254 | 0.26 | 0.09 | 0 | 0.00 | 201.82 | 0.97 | 0.87 |
| Hex | BC | E6 | FE | 1A | 9 | 0 | 0 | CA | 61 | 57 |
| Octal | 274 | 346 | 376 | 32 | 11 | 0 | 0 | 312 | 141 | 127 |
| Binary | 10111100 | 11100110 | 11111110 | 11010 | 1001 | 0 | 0 | 11001010 | 1100001 | 1010111 |
Color Harmonies of #BCE6FE
Complementary color
Monochromatic Colors of #BCE6FE
Black with #BCE6FE
Text Example
Text Example
White with #BCE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6FE; }
p { color: rgb(188,230,254); }
H1.HeaderClassName
{
color: #BCE6FE;
}
.AnyTagClassName
{
color: #BCE6FE;
}
</style>
background-color css
<style>
a { background-color: #BCE6FE; }
a { background-color: rgb(188,230,254); }
div.DivClassName
{
background-color: #BCE6FE;
}
.BgClassName
{
background-color: #BCE6FE;
}
</style>
border-color css
<style>
span { border-color: #BCE6FE; }
span { border-color: rgb(188,230,254); }
td.TdClassName
{
border-color: #BCE6FE;
}
.TagClassName
{
border-color: #BCE6FE;
}
</style>