Shades of Onahau #BCEAFD
Tints of Onahau #BCEAFD
RGB
CMYK
RGB Variations
Color information
#BCEAFD (or 0xBCEAFD) is known color: Onahau. HEX triplet: BC, EA and FD. RGB value is (188,234,253). Sum of RGB (Red+Green+Blue) = 188+234+253=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAFD is #431502. Grayscale: #DEDEDE. Windows color (decimal): -4396291 or 16640700. OLE color: 16640700.
HSL color Cylindrical-coordinate representation of color #BCEAFD: hue angle of 197.54º 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 #BCEAFD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 234 | 253 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.01 |
| HSL | 197.54º | 0.94% | 0.86% | - |
| HSV(B) | 197.54º | 0.26% | 0.99% | - |
| XYZ | 67.89 | 76.63 | 104.14 | - |
| YUV | 222.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 253 | 0.26 | 0.08 | 0 | 0.01 | 197.54 | 0.94 | 0.86 |
| Hex | BC | EA | FD | 1A | 8 | 0 | 1 | C6 | 5E | 56 |
| Octal | 274 | 352 | 375 | 32 | 10 | 0 | 1 | 306 | 136 | 126 |
| Binary | 10111100 | 11101010 | 11111101 | 11010 | 1000 | 0 | 1 | 11000110 | 1011110 | 1010110 |
Color Harmonies of #BCEAFD
Complementary color
Monochromatic Colors of #BCEAFD
Black with #BCEAFD
Text Example
Text Example
White with #BCEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAFD; }
p { color: rgb(188,234,253); }
H1.HeaderClassName
{
color: #BCEAFD;
}
.AnyTagClassName
{
color: #BCEAFD;
}
</style>
background-color css
<style>
a { background-color: #BCEAFD; }
a { background-color: rgb(188,234,253); }
div.DivClassName
{
background-color: #BCEAFD;
}
.BgClassName
{
background-color: #BCEAFD;
}
</style>
border-color css
<style>
span { border-color: #BCEAFD; }
span { border-color: rgb(188,234,253); }
td.TdClassName
{
border-color: #BCEAFD;
}
.TagClassName
{
border-color: #BCEAFD;
}
</style>