#BDD4ED

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

Shades of Tropical Blue #BDD4ED

Tints of Tropical Blue #BDD4ED

Color information

#BDD4ED (or 0xBDD4ED) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and ED. RGB value is (189,212,237). Sum of RGB (Red+Green+Blue) = 189+212+237=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4ED is #422B12. Grayscale: #CFCFCF. Windows color (decimal): -4336403 or 15586493. OLE color: 15586493.

HSL color Cylindrical-coordinate representation of color #BDD4ED: hue angle of 211.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD4ED is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189212237-
CMYK0.200.1100.07
HSL211.25º57.14%83.53%-
HSV(B)211.25º20.25%92.94%-
XYZ59.8264.0289.33-
YUV207.97144.38114.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=29.62%
G=33.23%
B=37.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892122370.200.1100.07211.2557.1483.53
HexBDD4ED14B07d33954
Octal27532435524130732371124
Binary1011110111010100111011011010010110111110100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4ED; }

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

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

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

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

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

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

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

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