#BDD3E5

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

Shades of Tropical Blue #BDD3E5

Tints of Tropical Blue #BDD3E5

Color information

#BDD3E5 (or 0xBDD3E5) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and E5. RGB value is (189,211,229). Sum of RGB (Red+Green+Blue) = 189+211+229=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3E5 is #422C1A. Grayscale: #CECECE. Windows color (decimal): -4336667 or 15061949. OLE color: 15061949.

HSL color Cylindrical-coordinate representation of color #BDD3E5: hue angle of 207º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD3E5 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189211229-
CMYK0.170.0800.10
HSL207º43.48%81.96%-
HSV(B)207º17.47%89.8%-
XYZ58.4263.0683.22-
YUV206.47140.71115.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 229 (89.84% from 255) = 36.41%
R=30.05%
G=33.55%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892112290.170.0800.1020743.4881.96
HexBDD3E51180Acf2b52
Octal275323345211001231753122
Binary10111101110100111110010110001100001010110011111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3E5; }

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

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

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

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

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

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

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

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