Shades of Tropical Blue #BED4EB
Tints of Tropical Blue #BED4EB
RGB
CMYK
RGB Variations
Color information
#BED4EB (or 0xBED4EB) is known color: Tropical Blue. HEX triplet: BE, D4 and EB. RGB value is (190,212,235). Sum of RGB (Red+Green+Blue) = 190+212+235=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EB is #412B14. Grayscale: #CFCFCF. Windows color (decimal): -4270869 or 15455422. OLE color: 15455422.
HSL color Cylindrical-coordinate representation of color #BED4EB: hue angle of 210.67º degrees, saturation: 0.53, 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 #BED4EB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 212 | 235 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.08 |
| HSL | 210.67º | 0.53% | 0.83% | - |
| HSV(B) | 210.67º | 0.19% | 0.92% | - |
| XYZ | 59.77 | 64.03 | 87.81 | - |
| YUV | 208.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 235 | 0.19 | 0.10 | 0 | 0.08 | 210.67 | 0.53 | 0.83 |
| Hex | BE | D4 | EB | 13 | A | 0 | 8 | D3 | 35 | 53 |
| Octal | 276 | 324 | 353 | 23 | 12 | 0 | 10 | 323 | 65 | 123 |
| Binary | 10111110 | 11010100 | 11101011 | 10011 | 1010 | 0 | 1000 | 11010011 | 110101 | 1010011 |
Color Harmonies of #BED4EB
Complementary color
Monochromatic Colors of #BED4EB
Black with #BED4EB
Text Example
Text Example
White with #BED4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4EB; }
p { color: rgb(190,212,235); }
H1.HeaderClassName
{
color: #BED4EB;
}
.AnyTagClassName
{
color: #BED4EB;
}
</style>
background-color css
<style>
a { background-color: #BED4EB; }
a { background-color: rgb(190,212,235); }
div.DivClassName
{
background-color: #BED4EB;
}
.BgClassName
{
background-color: #BED4EB;
}
</style>
border-color css
<style>
span { border-color: #BED4EB; }
span { border-color: rgb(190,212,235); }
td.TdClassName
{
border-color: #BED4EB;
}
.TagClassName
{
border-color: #BED4EB;
}
</style>