#BED5EA

Color #BED5EA Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BED5EA

Tints of Tropical Blue #BED5EA

Color information

#BED5EA (or 0xBED5EA) is unknown color: approx Tropical Blue. HEX triplet: BE, D5 and EA. RGB value is (190,213,234). Sum of RGB (Red+Green+Blue) = 190+213+234=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5EA is #412A15. Grayscale: #D0D0D0. Windows color (decimal): -4270614 or 15390142. OLE color: 15390142.

HSL color Cylindrical-coordinate representation of color #BED5EA: hue angle of 208.64º 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 #BED5EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190213234-
CMYK0.190.0900.08
HSL208.64º51.16%83.14%-
HSV(B)208.64º18.8%91.76%-
XYZ59.8864.4887.13-
YUV208.52142.38114.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=29.83%
G=33.44%
B=36.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902132340.190.0900.08208.6451.1683.14
HexBED5EA13908d13353
Octal276325352231101032163123
Binary10111110110101011110101010011100101000110100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5EA; }

 p { color: rgb(190,213,234); }

 H1.HeaderClassName
 {
   color: #BED5EA;
 }
 .AnyTagClassName
 {
   color: #BED5EA;
 }
</style>
background-color css

<style>
 a { background-color: #BED5EA; }

 a { background-color: rgb(190,213,234); }

 div.DivClassName
 {
   background-color: #BED5EA;
 }
 .BgClassName
 {
   background-color: #BED5EA;
 }
</style>
border-color css

<style>
 span { border-color: #BED5EA; }

 span { border-color: rgb(190,213,234); }

 td.TdClassName
 {
   border-color: #BED5EA;
 }
 .TagClassName
 {
   border-color: #BED5EA;
 }
</style>