Shades of Onahau #BEECEF
Tints of Onahau #BEECEF
RGB
CMYK
RGB Variations
Color information
#BEECEF (or 0xBEECEF) is known color: Onahau. HEX triplet: BE, EC and EF. RGB value is (190,236,239). Sum of RGB (Red+Green+Blue) = 190+236+239=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECEF is #411310. Grayscale: #DEDEDE. Windows color (decimal): -4264721 or 15723710. OLE color: 15723710.
HSL color Cylindrical-coordinate representation of color #BEECEF: hue angle of 183.67º degrees, saturation: 0.6, 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 #BEECEF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 236 | 239 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.06 |
| HSL | 183.67º | 0.6% | 0.84% | - |
| HSV(B) | 183.67º | 0.21% | 0.94% | - |
| XYZ | 66.81 | 77.17 | 93.04 | - |
| YUV | 222.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 239 | 0.21 | 0.01 | 0 | 0.06 | 183.67 | 0.6 | 0.84 |
| Hex | BE | EC | EF | 15 | 1 | 0 | 6 | B8 | 3C | 54 |
| Octal | 276 | 354 | 357 | 25 | 1 | 0 | 6 | 270 | 74 | 124 |
| Binary | 10111110 | 11101100 | 11101111 | 10101 | 1 | 0 | 110 | 10111000 | 111100 | 1010100 |
Color Harmonies of #BEECEF
Complementary color
Monochromatic Colors of #BEECEF
Black with #BEECEF
Text Example
Text Example
White with #BEECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECEF; }
p { color: rgb(190,236,239); }
H1.HeaderClassName
{
color: #BEECEF;
}
.AnyTagClassName
{
color: #BEECEF;
}
</style>
background-color css
<style>
a { background-color: #BEECEF; }
a { background-color: rgb(190,236,239); }
div.DivClassName
{
background-color: #BEECEF;
}
.BgClassName
{
background-color: #BEECEF;
}
</style>
border-color css
<style>
span { border-color: #BEECEF; }
span { border-color: rgb(190,236,239); }
td.TdClassName
{
border-color: #BEECEF;
}
.TagClassName
{
border-color: #BEECEF;
}
</style>