#BCD4ED

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

Shades of Tropical Blue #BCD4ED

Tints of Tropical Blue #BCD4ED

Color information

#BCD4ED (or 0xBCD4ED) is unknown color: approx Tropical Blue. HEX triplet: BC, D4 and ED. RGB value is (188,212,237). Sum of RGB (Red+Green+Blue) = 188+212+237=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4ED is #432B12. Grayscale: #CFCFCF. Windows color (decimal): -4401939 or 15586492. OLE color: 15586492.

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

Color convert

RGB188212237-
CMYK0.210.1100.07
HSL210.61º57.65%83.33%-
HSV(B)210.61º20.68%92.94%-
XYZ59.5763.8989.31-
YUV207.67144.55113.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=29.51%
G=33.28%
B=37.21%

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
Decimal1882122370.210.1100.07210.6157.6583.33
HexBCD4ED15B07d33a53
Octal27432435525130732372123
Binary1011110011010100111011011010110110111110100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4ED; }

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

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

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

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

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

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

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

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