#BDD1E7

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

Shades of Tropical Blue #BDD1E7

Tints of Tropical Blue #BDD1E7

Color information

#BDD1E7 (or 0xBDD1E7) is unknown color: approx Tropical Blue. HEX triplet: BD, D1 and E7. RGB value is (189,209,231). Sum of RGB (Red+Green+Blue) = 189+209+231=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1E7 is #422E18. Grayscale: #CDCDCD. Windows color (decimal): -4337177 or 15192509. OLE color: 15192509.

HSL color Cylindrical-coordinate representation of color #BDD1E7: hue angle of 211.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD1E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189209231-
CMYK0.180.1000.09
HSL211.43º46.67%82.35%-
HSV(B)211.43º18.18%90.59%-
XYZ58.2162.1984.54-
YUV205.53142.37116.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=30.05%
G=33.23%
B=36.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892092310.180.1000.09211.4346.6782.35
HexBDD1E712A09d32f52
Octal275321347221201132357122
Binary10111101110100011110011110010101001001110100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1E7; }

 p { color: rgb(189,209,231); }

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

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

 a { background-color: rgb(189,209,231); }

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

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

 span { border-color: rgb(189,209,231); }

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