#BDD3EC

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

Shades of Tropical Blue #BDD3EC

Tints of Tropical Blue #BDD3EC

Color information

#BDD3EC (or 0xBDD3EC) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and EC. RGB value is (189,211,236). Sum of RGB (Red+Green+Blue) = 189+211+236=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EC is #422C13. Grayscale: #CFCFCF. Windows color (decimal): -4336660 or 15520701. OLE color: 15520701.

HSL color Cylindrical-coordinate representation of color #BDD3EC: hue angle of 211.91º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD3EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189211236-
CMYK0.200.1100.07
HSL211.91º55.29%83.33%-
HSV(B)211.91º19.92%92.55%-
XYZ59.4263.4688.47-
YUV207.27144.21114.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=29.72%
G=33.18%
B=37.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892112360.200.1100.07211.9155.2983.33
HexBDD3EC14B07d43753
Octal27532335424130732467123
Binary1011110111010011111011001010010110111110101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3EC; }

 p { color: rgb(189,211,236); }

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

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

 a { background-color: rgb(189,211,236); }

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

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

 span { border-color: rgb(189,211,236); }

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