#BED4EB

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

Shades of Tropical Blue #BED4EB

Tints of Tropical Blue #BED4EB

Color information

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

RGB190212235-
CMYK0.190.1000.08
HSL210.67º52.94%83.33%-
HSV(B)210.67º19.15%92.16%-
XYZ59.7764.0387.81-
YUV208.04143.21115.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=29.83%
G=33.28%
B=36.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902122350.190.1000.08210.6752.9483.33
HexBED4EB13A08d33553
Octal276324353231201032365123
Binary10111110110101001110101110011101001000110100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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