#BDD1E6

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

Shades of Tropical Blue #BDD1E6

Tints of Tropical Blue #BDD1E6

Color information

#BDD1E6 (or 0xBDD1E6) is unknown color: approx Tropical Blue. HEX triplet: BD, D1 and E6. RGB value is (189,209,230). Sum of RGB (Red+Green+Blue) = 189+209+230=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1E6 is #422E19. Grayscale: #CDCDCD. Windows color (decimal): -4337178 or 15126973. OLE color: 15126973.

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

Color convert

RGB189209230-
CMYK0.180.0900.10
HSL210.73º45.05%82.16%-
HSV(B)210.73º17.83%90.2%-
XYZ58.0762.1383.8-
YUV205.41141.87116.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 36.62%
R=30.10%
G=33.28%
B=36.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892092300.180.0900.10210.7345.0582.16
HexBDD1E61290Ad32d52
Octal275321346221101232355122
Binary10111101110100011110011010010100101010110100111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1E6; }

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

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

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

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

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

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

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

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