Shades of Onahau #BCEFF5
Tints of Onahau #BCEFF5
RGB
CMYK
RGB Variations
Color information
#BCEFF5 (or 0xBCEFF5) is known color: Onahau. HEX triplet: BC, EF and F5. RGB value is (188,239,245). Sum of RGB (Red+Green+Blue) = 188+239+245=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF5 is #43100A. Grayscale: #E0E0E0. Windows color (decimal): -4395019 or 16117692. OLE color: 16117692.
HSL color Cylindrical-coordinate representation of color #BCEFF5: hue angle of 186.32º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEFF5 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 239 | 245 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.04 |
| HSL | 186.32º | 0.74% | 0.85% | - |
| HSV(B) | 186.32º | 0.23% | 0.96% | - |
| XYZ | 68.09 | 79.02 | 98.05 | - |
| YUV | 224.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 245 | 0.23 | 0.02 | 0 | 0.04 | 186.32 | 0.74 | 0.85 |
| Hex | BC | EF | F5 | 17 | 2 | 0 | 4 | BA | 4A | 55 |
| Octal | 274 | 357 | 365 | 27 | 2 | 0 | 4 | 272 | 112 | 125 |
| Binary | 10111100 | 11101111 | 11110101 | 10111 | 10 | 0 | 100 | 10111010 | 1001010 | 1010101 |
Color Harmonies of #BCEFF5
Complementary color
Monochromatic Colors of #BCEFF5
Black with #BCEFF5
Text Example
Text Example
White with #BCEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFF5; }
p { color: rgb(188,239,245); }
H1.HeaderClassName
{
color: #BCEFF5;
}
.AnyTagClassName
{
color: #BCEFF5;
}
</style>
background-color css
<style>
a { background-color: #BCEFF5; }
a { background-color: rgb(188,239,245); }
div.DivClassName
{
background-color: #BCEFF5;
}
.BgClassName
{
background-color: #BCEFF5;
}
</style>
border-color css
<style>
span { border-color: #BCEFF5; }
span { border-color: rgb(188,239,245); }
td.TdClassName
{
border-color: #BCEFF5;
}
.TagClassName
{
border-color: #BCEFF5;
}
</style>