Shades of Onahau #BCEBEE
Tints of Onahau #BCEBEE
RGB
CMYK
RGB Variations
Color information
#BCEBEE (or 0xBCEBEE) is known color: Onahau. HEX triplet: BC, EB and EE. RGB value is (188,235,238). Sum of RGB (Red+Green+Blue) = 188+235+238=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEE is #431411. Grayscale: #DDDDDD. Windows color (decimal): -4396050 or 15657916. OLE color: 15657916.
HSL color Cylindrical-coordinate representation of color #BCEBEE: hue angle of 183.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEBEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 235 | 238 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 183.6º | 0.6% | 0.84% | - |
| HSV(B) | 183.6º | 0.21% | 0.93% | - |
| XYZ | 65.88 | 76.28 | 92.14 | - |
| YUV | 221.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 238 | 0.21 | 0.01 | 0 | 0.07 | 183.6 | 0.6 | 0.84 |
| Hex | BC | EB | EE | 15 | 1 | 0 | 7 | B8 | 3C | 54 |
| Octal | 274 | 353 | 356 | 25 | 1 | 0 | 7 | 270 | 74 | 124 |
| Binary | 10111100 | 11101011 | 11101110 | 10101 | 1 | 0 | 111 | 10111000 | 111100 | 1010100 |
Color Harmonies of #BCEBEE
Complementary color
Monochromatic Colors of #BCEBEE
Black with #BCEBEE
Text Example
Text Example
White with #BCEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBEE; }
p { color: rgb(188,235,238); }
H1.HeaderClassName
{
color: #BCEBEE;
}
.AnyTagClassName
{
color: #BCEBEE;
}
</style>
background-color css
<style>
a { background-color: #BCEBEE; }
a { background-color: rgb(188,235,238); }
div.DivClassName
{
background-color: #BCEBEE;
}
.BgClassName
{
background-color: #BCEBEE;
}
</style>
border-color css
<style>
span { border-color: #BCEBEE; }
span { border-color: rgb(188,235,238); }
td.TdClassName
{
border-color: #BCEBEE;
}
.TagClassName
{
border-color: #BCEBEE;
}
</style>