#BDD3E6

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

Shades of Tropical Blue #BDD3E6

Tints of Tropical Blue #BDD3E6

Color information

#BDD3E6 (or 0xBDD3E6) is unknown color: approx Tropical Blue. HEX triplet: BD, D3 and E6. RGB value is (189,211,230). Sum of RGB (Red+Green+Blue) = 189+211+230=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3E6 is #422C19. Grayscale: #CECECE. Windows color (decimal): -4336666 or 15127485. OLE color: 15127485.

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

Color convert

RGB189211230-
CMYK0.180.0800.10
HSL207.8º45.05%82.16%-
HSV(B)207.8º17.83%90.2%-
XYZ58.5663.1283.96-
YUV206.59141.21115.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 230 (90.23% from 255) = 36.51%
R=30%
G=33.49%
B=36.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892112300.180.0800.10207.845.0582.16
HexBDD3E61280Ad02d52
Octal275323346221001232055122
Binary10111101110100111110011010010100001010110100001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3E6; }

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

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

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

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

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

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

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

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