Shades of Tropical Blue #BED5EE
Tints of Tropical Blue #BED5EE
RGB
CMYK
RGB Variations
Color information
#BED5EE (or 0xBED5EE) is known color: Tropical Blue. HEX triplet: BE, D5 and EE. RGB value is (190,213,238). Sum of RGB (Red+Green+Blue) = 190+213+238=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5EE is #412A11. Grayscale: #D0D0D0. Windows color (decimal): -4270610 or 15652286. OLE color: 15652286.
HSL color Cylindrical-coordinate representation of color #BED5EE: hue angle of 211.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED5EE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 213 | 238 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 211.25º | 0.59% | 0.84% | - |
| HSV(B) | 211.25º | 0.2% | 0.93% | - |
| XYZ | 60.46 | 64.71 | 90.19 | - |
| YUV | 208.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 238 | 0.20 | 0.11 | 0 | 0.07 | 211.25 | 0.59 | 0.84 |
| Hex | BE | D5 | EE | 14 | B | 0 | 7 | D3 | 3B | 54 |
| Octal | 276 | 325 | 356 | 24 | 13 | 0 | 7 | 323 | 73 | 124 |
| Binary | 10111110 | 11010101 | 11101110 | 10100 | 1011 | 0 | 111 | 11010011 | 111011 | 1010100 |
Color Harmonies of #BED5EE
Complementary color
Monochromatic Colors of #BED5EE
Black with #BED5EE
Text Example
Text Example
White with #BED5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5EE; }
p { color: rgb(190,213,238); }
H1.HeaderClassName
{
color: #BED5EE;
}
.AnyTagClassName
{
color: #BED5EE;
}
</style>
background-color css
<style>
a { background-color: #BED5EE; }
a { background-color: rgb(190,213,238); }
div.DivClassName
{
background-color: #BED5EE;
}
.BgClassName
{
background-color: #BED5EE;
}
</style>
border-color css
<style>
span { border-color: #BED5EE; }
span { border-color: rgb(190,213,238); }
td.TdClassName
{
border-color: #BED5EE;
}
.TagClassName
{
border-color: #BED5EE;
}
</style>