#BDD3EA

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

Shades of Tropical Blue #BDD3EA

Tints of Tropical Blue #BDD3EA

Color information

#BDD3EA (or 0xBDD3EA) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and EA. RGB value is (189,211,234). Sum of RGB (Red+Green+Blue) = 189+211+234=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EA is #422C15. Grayscale: #CECECE. Windows color (decimal): -4336662 or 15389629. OLE color: 15389629.

HSL color Cylindrical-coordinate representation of color #BDD3EA: hue angle of 210.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD3EA is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189211234-
CMYK0.190.1000.08
HSL210.67º51.72%82.94%-
HSV(B)210.67º19.23%91.76%-
XYZ59.1363.3586.95-
YUV207.04143.21115.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=29.81%
G=33.28%
B=36.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892112340.190.1000.08210.6751.7282.94
HexBDD3EA13A08d33453
Octal275323352231201032364123
Binary10111101110100111110101010011101001000110100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3EA; }

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

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

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

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

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

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

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

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