#BDD3EB

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

Shades of Tropical Blue #BDD3EB

Tints of Tropical Blue #BDD3EB

Color information

#BDD3EB (or 0xBDD3EB) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and EB. RGB value is (189,211,235). Sum of RGB (Red+Green+Blue) = 189+211+235=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EB is #422C14. Grayscale: #CFCFCF. Windows color (decimal): -4336661 or 15455165. OLE color: 15455165.

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

Color convert

RGB189211235-
CMYK0.200.1000.08
HSL211.3º53.49%83.14%-
HSV(B)211.3º19.57%92.16%-
XYZ59.2863.4187.71-
YUV207.16143.71115.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=29.76%
G=33.23%
B=37.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892112350.200.1000.08211.353.4983.14
HexBDD3EB14A08d33553
Octal275323353241201032365123
Binary10111101110100111110101110100101001000110100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3EB; }

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

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

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

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

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

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

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

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