#BDD4EA

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

Shades of Tropical Blue #BDD4EA

Tints of Tropical Blue #BDD4EA

Color information

#BDD4EA (or 0xBDD4EA) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and EA. RGB value is (189,212,234). Sum of RGB (Red+Green+Blue) = 189+212+234=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EA is #422B15. Grayscale: #CFCFCF. Windows color (decimal): -4336406 or 15389885. OLE color: 15389885.

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

Color convert

RGB189212234-
CMYK0.190.0900.08
HSL209.33º51.72%82.94%-
HSV(B)209.33º19.23%91.76%-
XYZ59.3863.8587.04-
YUV207.63142.88114.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=29.76%
G=33.39%
B=36.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892122340.190.0900.08209.3351.7282.94
HexBDD4EA13908d13453
Octal275324352231101032164123
Binary10111101110101001110101010011100101000110100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4EA; }

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

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

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

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

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

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

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

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