#BED4EA

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

Shades of Tropical Blue #BED4EA

Tints of Tropical Blue #BED4EA

Color information

#BED4EA (or 0xBED4EA) is unknown color: approx 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

RGB190212234-
CMYK0.190.0900.08
HSL210º51.16%83.14%-
HSV(B)210º18.8%91.76%-
XYZ59.6363.9787.05-
YUV207.93142.71115.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=29.87%
G=33.33%
B=36.79%

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
Decimal1902122340.190.0900.0821051.1683.14
HexBED4EA13908d23353
Octal276324352231101032263123
Binary10111110110101001110101010011100101000110100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>