#BCD1EC

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

Shades of Tropical Blue #BCD1EC

Tints of Tropical Blue #BCD1EC

Color information

#BCD1EC (or 0xBCD1EC) is unknown color: approx Tropical Blue. HEX triplet: BC, D1 and EC. RGB value is (188,209,236). Sum of RGB (Red+Green+Blue) = 188+209+236=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EC is #432E13. Grayscale: #CDCDCD. Windows color (decimal): -4402708 or 15520188. OLE color: 15520188.

HSL color Cylindrical-coordinate representation of color #BCD1EC: hue angle of 213.75º 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 #BCD1EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188209236-
CMYK0.200.1100.07
HSL213.75º55.81%83.14%-
HSV(B)213.75º20.34%92.55%-
XYZ58.6862.3588.3-
YUV205.8145.04115.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=29.70%
G=33.02%
B=37.28%

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
Decimal1882092360.200.1100.07213.7555.8183.14
HexBCD1EC14B07d63853
Octal27432135424130732670123
Binary1011110011010001111011001010010110111110101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1EC; }

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

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

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

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

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

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

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

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