#BDD4EB

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

Shades of Tropical Blue #BDD4EB

Tints of Tropical Blue #BDD4EB

Color information

#BDD4EB (or 0xBDD4EB) is unknown color: approx Tropical Blue. HEX triplet: BD, D4 and EB. RGB value is (189,212,235). Sum of RGB (Red+Green+Blue) = 189+212+235=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EB is #422B14. Grayscale: #CFCFCF. Windows color (decimal): -4336405 or 15455421. OLE color: 15455421.

HSL color Cylindrical-coordinate representation of color #BDD4EB: hue angle of 210º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD4EB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189212235-
CMYK0.200.1000.08
HSL210º53.49%83.14%-
HSV(B)210º19.57%92.16%-
XYZ59.5363.987.79-
YUV207.74143.38114.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=29.72%
G=33.33%
B=36.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892122350.200.1000.0821053.4983.14
HexBDD4EB14A08d23553
Octal275324353241201032265123
Binary10111101110101001110101110100101001000110100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4EB; }

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

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

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

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

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

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

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

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