Shades of Tropical Blue #BED4EA
Tints of Tropical Blue #BED4EA
RGB
CMYK
RGB Variations
Color information
#BED4EA (or 0xBED4EA) is known color: Tropical Blue. HEX triplet: BE, D4 and EA. RGB value is (190,212,234). Sum of RGB (Red+Green+Blue) = 190+212+234=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EA is #412B15. Grayscale: #CFCFCF. Windows color (decimal): -4270870 or 15389886. OLE color: 15389886.
HSL color Cylindrical-coordinate representation of color #BED4EA: hue angle of 210º 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 #BED4EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 212 | 234 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.08 |
| HSL | 210º | 0.51% | 0.83% | - |
| HSV(B) | 210º | 0.19% | 0.92% | - |
| XYZ | 59.63 | 63.97 | 87.05 | - |
| YUV | 207.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 234 | 0.19 | 0.09 | 0 | 0.08 | 210 | 0.51 | 0.83 |
| Hex | BE | D4 | EA | 13 | 9 | 0 | 8 | D2 | 33 | 53 |
| Octal | 276 | 324 | 352 | 23 | 11 | 0 | 10 | 322 | 63 | 123 |
| Binary | 10111110 | 11010100 | 11101010 | 10011 | 1001 | 0 | 1000 | 11010010 | 110011 | 1010011 |
Color Harmonies of #BED4EA
Complementary color
Monochromatic Colors of #BED4EA
Black with #BED4EA
Text Example
Text Example
White with #BED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4EA; }
p { color: rgb(190,212,234); }
H1.HeaderClassName
{
color: #BED4EA;
}
.AnyTagClassName
{
color: #BED4EA;
}
</style>
background-color css
<style>
a { background-color: #BED4EA; }
a { background-color: rgb(190,212,234); }
div.DivClassName
{
background-color: #BED4EA;
}
.BgClassName
{
background-color: #BED4EA;
}
</style>
border-color css
<style>
span { border-color: #BED4EA; }
span { border-color: rgb(190,212,234); }
td.TdClassName
{
border-color: #BED4EA;
}
.TagClassName
{
border-color: #BED4EA;
}
</style>