#BCD4EC

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

Shades of Tropical Blue #BCD4EC

Tints of Tropical Blue #BCD4EC

Color information

#BCD4EC (or 0xBCD4EC) is unknown color: approx Tropical Blue. HEX triplet: BC, D4 and EC. RGB value is (188,212,236). Sum of RGB (Red+Green+Blue) = 188+212+236=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EC is #432B13. Grayscale: #CFCFCF. Windows color (decimal): -4401940 or 15520956. OLE color: 15520956.

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

Color convert

RGB188212236-
CMYK0.200.1000.07
HSL210º55.81%83.14%-
HSV(B)210º20.34%92.55%-
XYZ59.4263.8388.55-
YUV207.56144.05114.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=29.56%
G=33.33%
B=37.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882122360.200.1000.0721055.8183.14
HexBCD4EC14A07d23853
Octal27432435424120732270123
Binary1011110011010100111011001010010100111110100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4EC; }

 p { color: rgb(188,212,236); }

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

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

 a { background-color: rgb(188,212,236); }

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

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

 span { border-color: rgb(188,212,236); }

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