Shades of Onahau #BEEDFB
Tints of Onahau #BEEDFB
RGB
CMYK
RGB Variations
Color information
#BEEDFB (or 0xBEEDFB) is known color: Onahau. HEX triplet: BE, ED and FB. RGB value is (190,237,251). Sum of RGB (Red+Green+Blue) = 190+237+251=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDFB is #411204. Grayscale: #E0E0E0. Windows color (decimal): -4264453 or 16510398. OLE color: 16510398.
HSL color Cylindrical-coordinate representation of color #BEEDFB: hue angle of 193.77º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEDFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 237 | 251 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.02 |
| HSL | 193.77º | 0.88% | 0.86% | - |
| HSV(B) | 193.77º | 0.24% | 0.98% | - |
| XYZ | 68.93 | 78.48 | 102.78 | - |
| YUV | 224.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 251 | 0.24 | 0.06 | 0 | 0.02 | 193.77 | 0.88 | 0.86 |
| Hex | BE | ED | FB | 18 | 6 | 0 | 2 | C2 | 58 | 56 |
| Octal | 276 | 355 | 373 | 30 | 6 | 0 | 2 | 302 | 130 | 126 |
| Binary | 10111110 | 11101101 | 11111011 | 11000 | 110 | 0 | 10 | 11000010 | 1011000 | 1010110 |
Color Harmonies of #BEEDFB
Complementary color
Monochromatic Colors of #BEEDFB
Black with #BEEDFB
Text Example
Text Example
White with #BEEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDFB; }
p { color: rgb(190,237,251); }
H1.HeaderClassName
{
color: #BEEDFB;
}
.AnyTagClassName
{
color: #BEEDFB;
}
</style>
background-color css
<style>
a { background-color: #BEEDFB; }
a { background-color: rgb(190,237,251); }
div.DivClassName
{
background-color: #BEEDFB;
}
.BgClassName
{
background-color: #BEEDFB;
}
</style>
border-color css
<style>
span { border-color: #BEEDFB; }
span { border-color: rgb(190,237,251); }
td.TdClassName
{
border-color: #BEEDFB;
}
.TagClassName
{
border-color: #BEEDFB;
}
</style>