Shades of Onahau #BEEDF6
Tints of Onahau #BEEDF6
RGB
CMYK
RGB Variations
Color information
#BEEDF6 (or 0xBEEDF6) is known color: Onahau. HEX triplet: BE, ED and F6. RGB value is (190,237,246). Sum of RGB (Red+Green+Blue) = 190+237+246=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDF6 is #411209. Grayscale: #DFDFDF. Windows color (decimal): -4264458 or 16182718. OLE color: 16182718.
HSL color Cylindrical-coordinate representation of color #BEEDF6: hue angle of 189.64º degrees, saturation: 0.76, 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 #BEEDF6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 237 | 246 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.04 |
| HSL | 189.64º | 0.76% | 0.85% | - |
| HSV(B) | 189.64º | 0.23% | 0.96% | - |
| XYZ | 68.15 | 78.17 | 98.68 | - |
| YUV | 223.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 246 | 0.23 | 0.04 | 0 | 0.04 | 189.64 | 0.76 | 0.85 |
| Hex | BE | ED | F6 | 17 | 4 | 0 | 4 | BE | 4C | 55 |
| Octal | 276 | 355 | 366 | 27 | 4 | 0 | 4 | 276 | 114 | 125 |
| Binary | 10111110 | 11101101 | 11110110 | 10111 | 100 | 0 | 100 | 10111110 | 1001100 | 1010101 |
Color Harmonies of #BEEDF6
Complementary color
Monochromatic Colors of #BEEDF6
Black with #BEEDF6
Text Example
Text Example
White with #BEEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDF6; }
p { color: rgb(190,237,246); }
H1.HeaderClassName
{
color: #BEEDF6;
}
.AnyTagClassName
{
color: #BEEDF6;
}
</style>
background-color css
<style>
a { background-color: #BEEDF6; }
a { background-color: rgb(190,237,246); }
div.DivClassName
{
background-color: #BEEDF6;
}
.BgClassName
{
background-color: #BEEDF6;
}
</style>
border-color css
<style>
span { border-color: #BEEDF6; }
span { border-color: rgb(190,237,246); }
td.TdClassName
{
border-color: #BEEDF6;
}
.TagClassName
{
border-color: #BEEDF6;
}
</style>