Shades of Onahau #BEEDF5
Tints of Onahau #BEEDF5
RGB
CMYK
RGB Variations
Color information
#BEEDF5 (or 0xBEEDF5) is known color: Onahau. HEX triplet: BE, ED and F5. RGB value is (190,237,245). Sum of RGB (Red+Green+Blue) = 190+237+245=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDF5 is #41120A. Grayscale: #DFDFDF. Windows color (decimal): -4264459 or 16117182. OLE color: 16117182.
HSL color Cylindrical-coordinate representation of color #BEEDF5: hue angle of 188.73º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEDF5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 237 | 245 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.04 |
| HSL | 188.73º | 0.73% | 0.85% | - |
| HSV(B) | 188.73º | 0.22% | 0.96% | - |
| XYZ | 68 | 78.11 | 97.88 | - |
| YUV | 223.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 245 | 0.22 | 0.03 | 0 | 0.04 | 188.73 | 0.73 | 0.85 |
| Hex | BE | ED | F5 | 16 | 3 | 0 | 4 | BD | 49 | 55 |
| Octal | 276 | 355 | 365 | 26 | 3 | 0 | 4 | 275 | 111 | 125 |
| Binary | 10111110 | 11101101 | 11110101 | 10110 | 11 | 0 | 100 | 10111101 | 1001001 | 1010101 |
Color Harmonies of #BEEDF5
Complementary color
Monochromatic Colors of #BEEDF5
Black with #BEEDF5
Text Example
Text Example
White with #BEEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDF5; }
p { color: rgb(190,237,245); }
H1.HeaderClassName
{
color: #BEEDF5;
}
.AnyTagClassName
{
color: #BEEDF5;
}
</style>
background-color css
<style>
a { background-color: #BEEDF5; }
a { background-color: rgb(190,237,245); }
div.DivClassName
{
background-color: #BEEDF5;
}
.BgClassName
{
background-color: #BEEDF5;
}
</style>
border-color css
<style>
span { border-color: #BEEDF5; }
span { border-color: rgb(190,237,245); }
td.TdClassName
{
border-color: #BEEDF5;
}
.TagClassName
{
border-color: #BEEDF5;
}
</style>