#BCD4EE

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

Shades of Tropical Blue #BCD4EE

Tints of Tropical Blue #BCD4EE

Color information

#BCD4EE (or 0xBCD4EE) is unknown color: approx Tropical Blue. HEX triplet: BC, D4 and EE. RGB value is (188,212,238). Sum of RGB (Red+Green+Blue) = 188+212+238=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EE is #432B11. Grayscale: #CFCFCF. Windows color (decimal): -4401938 or 15652028. OLE color: 15652028.

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

Color convert

RGB188212238-
CMYK0.210.1100.07
HSL211.2º59.52%83.53%-
HSV(B)211.2º21.01%93.33%-
XYZ59.7263.9590.09-
YUV207.79145.05113.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=29.47%
G=33.23%
B=37.30%

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
Decimal1882122380.210.1100.07211.259.5283.53
HexBCD4EE15B07d33c54
Octal27432435625130732374124
Binary1011110011010100111011101010110110111110100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4EE; }

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

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

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

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

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

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

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

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