Shades of Onahau #BCEAFC
Tints of Onahau #BCEAFC
RGB
CMYK
RGB Variations
Color information
#BCEAFC (or 0xBCEAFC) is known color: Onahau. HEX triplet: BC, EA and FC. RGB value is (188,234,252). Sum of RGB (Red+Green+Blue) = 188+234+252=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAFC is #431503. Grayscale: #DEDEDE. Windows color (decimal): -4396292 or 16575164. OLE color: 16575164.
HSL color Cylindrical-coordinate representation of color #BCEAFC: hue angle of 196.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAFC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 234 | 252 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.01 |
| HSL | 196.88º | 0.91% | 0.86% | - |
| HSV(B) | 196.88º | 0.25% | 0.99% | - |
| XYZ | 67.73 | 76.57 | 103.3 | - |
| YUV | 222.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 252 | 0.25 | 0.07 | 0 | 0.01 | 196.88 | 0.91 | 0.86 |
| Hex | BC | EA | FC | 19 | 7 | 0 | 1 | C5 | 5B | 56 |
| Octal | 274 | 352 | 374 | 31 | 7 | 0 | 1 | 305 | 133 | 126 |
| Binary | 10111100 | 11101010 | 11111100 | 11001 | 111 | 0 | 1 | 11000101 | 1011011 | 1010110 |
Color Harmonies of #BCEAFC
Complementary color
Monochromatic Colors of #BCEAFC
Black with #BCEAFC
Text Example
Text Example
White with #BCEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAFC; }
p { color: rgb(188,234,252); }
H1.HeaderClassName
{
color: #BCEAFC;
}
.AnyTagClassName
{
color: #BCEAFC;
}
</style>
background-color css
<style>
a { background-color: #BCEAFC; }
a { background-color: rgb(188,234,252); }
div.DivClassName
{
background-color: #BCEAFC;
}
.BgClassName
{
background-color: #BCEAFC;
}
</style>
border-color css
<style>
span { border-color: #BCEAFC; }
span { border-color: rgb(188,234,252); }
td.TdClassName
{
border-color: #BCEAFC;
}
.TagClassName
{
border-color: #BCEAFC;
}
</style>