#BCD3EE

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

Shades of Tropical Blue #BCD3EE

Tints of Tropical Blue #BCD3EE

Color information

#BCD3EE (or 0xBCD3EE) is unknown color: approx Tropical Blue. HEX triplet: BC, D3 and EE. RGB value is (188,211,238). Sum of RGB (Red+Green+Blue) = 188+211+238=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3EE is #432C11. Grayscale: #CFCFCF. Windows color (decimal): -4402194 or 15651772. OLE color: 15651772.

HSL color Cylindrical-coordinate representation of color #BCD3EE: hue angle of 212.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD3EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188211238-
CMYK0.210.1100.07
HSL212.4º59.52%83.53%-
HSV(B)212.4º21.01%93.33%-
XYZ59.4763.4590-
YUV207.2145.38114.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=29.51%
G=33.12%
B=37.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882112380.210.1100.07212.459.5283.53
HexBCD3EE15B07d43c54
Octal27432335625130732474124
Binary1011110011010011111011101010110110111110101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3EE; }

 p { color: rgb(188,211,238); }

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

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

 a { background-color: rgb(188,211,238); }

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

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

 span { border-color: rgb(188,211,238); }

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