Shades of Onahau #BCEAFB
Tints of Onahau #BCEAFB
RGB
CMYK
RGB Variations
Color information
#BCEAFB (or 0xBCEAFB) is known color: Onahau. HEX triplet: BC, EA and FB. RGB value is (188,234,251). Sum of RGB (Red+Green+Blue) = 188+234+251=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAFB is #431504. Grayscale: #DEDEDE. Windows color (decimal): -4396293 or 16509628. OLE color: 16509628.
HSL color Cylindrical-coordinate representation of color #BCEAFB: hue angle of 196.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAFB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 234 | 251 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 196.19º | 0.89% | 0.86% | - |
| HSV(B) | 196.19º | 0.25% | 0.98% | - |
| XYZ | 67.57 | 76.5 | 102.47 | - |
| YUV | 222.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 251 | 0.25 | 0.07 | 0 | 0.02 | 196.19 | 0.89 | 0.86 |
| Hex | BC | EA | FB | 19 | 7 | 0 | 2 | C4 | 59 | 56 |
| Octal | 274 | 352 | 373 | 31 | 7 | 0 | 2 | 304 | 131 | 126 |
| Binary | 10111100 | 11101010 | 11111011 | 11001 | 111 | 0 | 10 | 11000100 | 1011001 | 1010110 |
Color Harmonies of #BCEAFB
Complementary color
Monochromatic Colors of #BCEAFB
Black with #BCEAFB
Text Example
Text Example
White with #BCEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAFB; }
p { color: rgb(188,234,251); }
H1.HeaderClassName
{
color: #BCEAFB;
}
.AnyTagClassName
{
color: #BCEAFB;
}
</style>
background-color css
<style>
a { background-color: #BCEAFB; }
a { background-color: rgb(188,234,251); }
div.DivClassName
{
background-color: #BCEAFB;
}
.BgClassName
{
background-color: #BCEAFB;
}
</style>
border-color css
<style>
span { border-color: #BCEAFB; }
span { border-color: rgb(188,234,251); }
td.TdClassName
{
border-color: #BCEAFB;
}
.TagClassName
{
border-color: #BCEAFB;
}
</style>