Shades of Onahau #BCEBED
Tints of Onahau #BCEBED
RGB
CMYK
RGB Variations
Color information
#BCEBED (or 0xBCEBED) is known color: Onahau. HEX triplet: BC, EB and ED. RGB value is (188,235,237). Sum of RGB (Red+Green+Blue) = 188+235+237=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBED is #431412. Grayscale: #DDDDDD. Windows color (decimal): -4396051 or 15592380. OLE color: 15592380.
HSL color Cylindrical-coordinate representation of color #BCEBED: hue angle of 182.45º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEBED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 235 | 237 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 182.45º | 0.58% | 0.83% | - |
| HSV(B) | 182.45º | 0.21% | 0.93% | - |
| XYZ | 65.73 | 76.22 | 91.37 | - |
| YUV | 221.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 237 | 0.21 | 0.01 | 0 | 0.07 | 182.45 | 0.58 | 0.83 |
| Hex | BC | EB | ED | 15 | 1 | 0 | 7 | B6 | 3A | 53 |
| Octal | 274 | 353 | 355 | 25 | 1 | 0 | 7 | 266 | 72 | 123 |
| Binary | 10111100 | 11101011 | 11101101 | 10101 | 1 | 0 | 111 | 10110110 | 111010 | 1010011 |
Color Harmonies of #BCEBED
Complementary color
Monochromatic Colors of #BCEBED
Black with #BCEBED
Text Example
Text Example
White with #BCEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBED; }
p { color: rgb(188,235,237); }
H1.HeaderClassName
{
color: #BCEBED;
}
.AnyTagClassName
{
color: #BCEBED;
}
</style>
background-color css
<style>
a { background-color: #BCEBED; }
a { background-color: rgb(188,235,237); }
div.DivClassName
{
background-color: #BCEBED;
}
.BgClassName
{
background-color: #BCEBED;
}
</style>
border-color css
<style>
span { border-color: #BCEBED; }
span { border-color: rgb(188,235,237); }
td.TdClassName
{
border-color: #BCEBED;
}
.TagClassName
{
border-color: #BCEBED;
}
</style>