Shades of Onahau #BCECEF
Tints of Onahau #BCECEF
RGB
CMYK
RGB Variations
Color information
#BCECEF (or 0xBCECEF) is known color: Onahau. HEX triplet: BC, EC and EF. RGB value is (188,236,239). Sum of RGB (Red+Green+Blue) = 188+236+239=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECEF is #431310. Grayscale: #DDDDDD. Windows color (decimal): -4395793 or 15723708. OLE color: 15723708.
HSL color Cylindrical-coordinate representation of color #BCECEF: hue angle of 183.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCECEF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 236 | 239 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.06 |
| HSL | 183.53º | 0.61% | 0.84% | - |
| HSV(B) | 183.53º | 0.21% | 0.94% | - |
| XYZ | 66.31 | 76.91 | 93.01 | - |
| YUV | 221.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 239 | 0.21 | 0.01 | 0 | 0.06 | 183.53 | 0.61 | 0.84 |
| Hex | BC | EC | EF | 15 | 1 | 0 | 6 | B8 | 3D | 54 |
| Octal | 274 | 354 | 357 | 25 | 1 | 0 | 6 | 270 | 75 | 124 |
| Binary | 10111100 | 11101100 | 11101111 | 10101 | 1 | 0 | 110 | 10111000 | 111101 | 1010100 |
Color Harmonies of #BCECEF
Complementary color
Monochromatic Colors of #BCECEF
Black with #BCECEF
Text Example
Text Example
White with #BCECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECEF; }
p { color: rgb(188,236,239); }
H1.HeaderClassName
{
color: #BCECEF;
}
.AnyTagClassName
{
color: #BCECEF;
}
</style>
background-color css
<style>
a { background-color: #BCECEF; }
a { background-color: rgb(188,236,239); }
div.DivClassName
{
background-color: #BCECEF;
}
.BgClassName
{
background-color: #BCECEF;
}
</style>
border-color css
<style>
span { border-color: #BCECEF; }
span { border-color: rgb(188,236,239); }
td.TdClassName
{
border-color: #BCECEF;
}
.TagClassName
{
border-color: #BCECEF;
}
</style>