Shades of Onahau #BCEAFE
Tints of Onahau #BCEAFE
RGB
CMYK
RGB Variations
Color information
#BCEAFE (or 0xBCEAFE) is known color: Onahau. HEX triplet: BC, EA and FE. RGB value is (188,234,254). Sum of RGB (Red+Green+Blue) = 188+234+254=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAFE is #431501. Grayscale: #DEDEDE. Windows color (decimal): -4396290 or 16706236. OLE color: 16706236.
HSL color Cylindrical-coordinate representation of color #BCEAFE: hue angle of 198.18º 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 #BCEAFE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 234 | 254 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.00 |
| HSL | 198.18º | 0.97% | 0.87% | - |
| HSV(B) | 198.18º | 0.26% | 1% | - |
| XYZ | 68.05 | 76.69 | 104.98 | - |
| YUV | 222.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 254 | 0.26 | 0.08 | 0 | 0.00 | 198.18 | 0.97 | 0.87 |
| Hex | BC | EA | FE | 1A | 8 | 0 | 0 | C6 | 61 | 57 |
| Octal | 274 | 352 | 376 | 32 | 10 | 0 | 0 | 306 | 141 | 127 |
| Binary | 10111100 | 11101010 | 11111110 | 11010 | 1000 | 0 | 0 | 11000110 | 1100001 | 1010111 |
Color Harmonies of #BCEAFE
Complementary color
Monochromatic Colors of #BCEAFE
Black with #BCEAFE
Text Example
Text Example
White with #BCEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAFE; }
p { color: rgb(188,234,254); }
H1.HeaderClassName
{
color: #BCEAFE;
}
.AnyTagClassName
{
color: #BCEAFE;
}
</style>
background-color css
<style>
a { background-color: #BCEAFE; }
a { background-color: rgb(188,234,254); }
div.DivClassName
{
background-color: #BCEAFE;
}
.BgClassName
{
background-color: #BCEAFE;
}
</style>
border-color css
<style>
span { border-color: #BCEAFE; }
span { border-color: rgb(188,234,254); }
td.TdClassName
{
border-color: #BCEAFE;
}
.TagClassName
{
border-color: #BCEAFE;
}
</style>