#BDD4E7

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

Shades of Tropical Blue #BDD4E7

Tints of Tropical Blue #BDD4E7

Color information

#BDD4E7 (or 0xBDD4E7) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and E7. RGB value is (189,212,231). Sum of RGB (Red+Green+Blue) = 189+212+231=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4E7 is #422B18. Grayscale: #CFCFCF. Windows color (decimal): -4336409 or 15193277. OLE color: 15193277.

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

Color convert

RGB189212231-
CMYK0.180.0800.09
HSL207.14º46.67%82.35%-
HSV(B)207.14º18.18%90.59%-
XYZ58.9563.6884.78-
YUV207.29141.38114.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=29.91%
G=33.54%
B=36.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892122310.180.0800.09207.1446.6782.35
HexBDD4E712809cf2f52
Octal275324347221001131757122
Binary10111101110101001110011110010100001001110011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4E7; }

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

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

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

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

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

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

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

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