Shades of Onahau #BEDFEA
Tints of Onahau #BEDFEA
RGB
CMYK
RGB Variations
Color information
#BEDFEA (or 0xBEDFEA) is known color: Onahau. HEX triplet: BE, DF and EA. RGB value is (190,223,234). Sum of RGB (Red+Green+Blue) = 190+223+234=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFEA is #412015. Grayscale: #D6D6D6. Windows color (decimal): -4268054 or 15392702. OLE color: 15392702.
HSL color Cylindrical-coordinate representation of color #BEDFEA: hue angle of 195º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDFEA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 223 | 234 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.08 |
| HSL | 195º | 0.51% | 0.83% | - |
| HSV(B) | 195º | 0.19% | 0.92% | - |
| XYZ | 62.47 | 69.66 | 88 | - |
| YUV | 214.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 234 | 0.19 | 0.05 | 0 | 0.08 | 195 | 0.51 | 0.83 |
| Hex | BE | DF | EA | 13 | 5 | 0 | 8 | C3 | 33 | 53 |
| Octal | 276 | 337 | 352 | 23 | 5 | 0 | 10 | 303 | 63 | 123 |
| Binary | 10111110 | 11011111 | 11101010 | 10011 | 101 | 0 | 1000 | 11000011 | 110011 | 1010011 |
Color Harmonies of #BEDFEA
Complementary color
Monochromatic Colors of #BEDFEA
Black with #BEDFEA
Text Example
Text Example
White with #BEDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFEA; }
p { color: rgb(190,223,234); }
H1.HeaderClassName
{
color: #BEDFEA;
}
.AnyTagClassName
{
color: #BEDFEA;
}
</style>
background-color css
<style>
a { background-color: #BEDFEA; }
a { background-color: rgb(190,223,234); }
div.DivClassName
{
background-color: #BEDFEA;
}
.BgClassName
{
background-color: #BEDFEA;
}
</style>
border-color css
<style>
span { border-color: #BEDFEA; }
span { border-color: rgb(190,223,234); }
td.TdClassName
{
border-color: #BEDFEA;
}
.TagClassName
{
border-color: #BEDFEA;
}
</style>