#BDD4F1

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

Shades of Tropical Blue #BDD4F1

Tints of Tropical Blue #BDD4F1

Color information

#BDD4F1 (or 0xBDD4F1) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and F1. RGB value is (189,212,241). Sum of RGB (Red+Green+Blue) = 189+212+241=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F1 is #422B0E. Grayscale: #D0D0D0. Windows color (decimal): -4336399 or 15848637. OLE color: 15848637.

HSL color Cylindrical-coordinate representation of color #BDD4F1: hue angle of 213.46º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD4F1 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189212241-
CMYK0.220.1200.05
HSL213.46º65%84.31%-
HSV(B)213.46º21.58%94.51%-
XYZ60.4164.2692.44-
YUV208.43146.38114.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=29.44%
G=33.02%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892122410.220.1200.05213.466584.31
HexBDD4F116C05d54154
Octal275324361261405325101124
Binary10111101110101001111000110110110001011101010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4F1; }

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

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

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

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

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

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

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

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