#BDD3E7

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

Shades of Tropical Blue #BDD3E7

Tints of Tropical Blue #BDD3E7

Color information

#BDD3E7 (or 0xBDD3E7) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and E7. RGB value is (189,211,231). Sum of RGB (Red+Green+Blue) = 189+211+231=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3E7 is #422C18. Grayscale: #CECECE. Windows color (decimal): -4336665 or 15193021. OLE color: 15193021.

HSL color Cylindrical-coordinate representation of color #BDD3E7: hue angle of 208.57º 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 #BDD3E7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189211231-
CMYK0.180.0900.09
HSL208.57º46.67%82.35%-
HSV(B)208.57º18.18%90.59%-
XYZ58.763.1884.7-
YUV206.7141.71115.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=29.95%
G=33.44%
B=36.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892112310.180.0900.09208.5746.6782.35
HexBDD3E712909d12f52
Octal275323347221101132157122
Binary10111101110100111110011110010100101001110100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3E7; }

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

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

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

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

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

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

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

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