#BDD4F0

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

Shades of Tropical Blue #BDD4F0

Tints of Tropical Blue #BDD4F0

Color information

#BDD4F0 (or 0xBDD4F0) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and F0. RGB value is (189,212,240). Sum of RGB (Red+Green+Blue) = 189+212+240=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F0 is #422B0F. Grayscale: #D0D0D0. Windows color (decimal): -4336400 or 15783101. OLE color: 15783101.

HSL color Cylindrical-coordinate representation of color #BDD4F0: hue angle of 212.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD4F0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189212240-
CMYK0.210.1200.06
HSL212.94º62.96%84.12%-
HSV(B)212.94º21.25%94.12%-
XYZ60.2664.291.65-
YUV208.32145.88114.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=29.49%
G=33.07%
B=37.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892122400.210.1200.06212.9462.9684.12
HexBDD4F015C06d53f54
Octal27532436025140632577124
Binary1011110111010100111100001010111000110110101011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4F0; }

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

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

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

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

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

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

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

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