#BDD4EE

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

Shades of Tropical Blue #BDD4EE

Tints of Tropical Blue #BDD4EE

Color information

#BDD4EE (or 0xBDD4EE) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and EE. RGB value is (189,212,238). Sum of RGB (Red+Green+Blue) = 189+212+238=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EE is #422B11. Grayscale: #CFCFCF. Windows color (decimal): -4336402 or 15652029. OLE color: 15652029.

HSL color Cylindrical-coordinate representation of color #BDD4EE: hue angle of 211.84º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD4EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189212238-
CMYK0.210.1100.07
HSL211.84º59.04%83.73%-
HSV(B)211.84º20.59%93.33%-
XYZ59.9664.0890.1-
YUV208.09144.88114.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=29.58%
G=33.18%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892122380.210.1100.07211.8459.0483.73
HexBDD4EE15B07d43b54
Octal27532435625130732473124
Binary1011110111010100111011101010110110111110101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4EE; }

 p { color: rgb(189,212,238); }

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

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

 a { background-color: rgb(189,212,238); }

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

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

 span { border-color: rgb(189,212,238); }

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